C# Класс Microsoft.Azure.Management.ApiManagement.ApisOperationsExtensions

.Net client wrapper for the REST API for Azure ApiManagement Service
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateOrUpdate ( this operations, string resourceGroupName, string serviceName, string aid, Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiCreateOrUpdateParameters parameters, string etag ) : Microsoft.Azure.AzureOperationResponse

Creates new or updates existing specific API of the Api Management service instance.

CreateOrUpdateAsync ( this operations, string resourceGroupName, string serviceName, string aid, Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiCreateOrUpdateParameters parameters, string etag ) : Task

Creates new or updates existing specific API of the Api Management service instance.

Delete ( this operations, string resourceGroupName, string serviceName, string aid, string etag ) : Microsoft.Azure.AzureOperationResponse

Deletes specific API of the Api Management service instance.

DeleteAsync ( this operations, string resourceGroupName, string serviceName, string aid, string etag ) : Task

Deletes specific API of the Api Management service instance.

Export ( this operations, string resourceGroupName, string serviceName, string aid, string accept ) : Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiExportResponse

Exports API to one of the supported formats.

ExportAsync ( this operations, string resourceGroupName, string serviceName, string aid, string accept ) : Task

Exports API to one of the supported formats.

Get ( this operations, string resourceGroupName, string serviceName, string aid ) : Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiGetResponse

Gets specific API of the Api Management service instance.

GetAsync ( this operations, string resourceGroupName, string serviceName, string aid ) : Task

Gets specific API of the Api Management service instance.

Import ( this operations, string resourceGroupName, string serviceName, string aid, string contentType, Stream content, string path, string wsdlServiceName, string wsdlEndpointName, string apiType ) : Microsoft.Azure.AzureOperationResponse

Imports API from one of the supported formats.

ImportAsync ( this operations, string resourceGroupName, string serviceName, string aid, string contentType, Stream content, string path, string wsdlServiceName, string wsdlEndpointName, string apiType ) : Task

Imports API from one of the supported formats.

List ( this operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.SmapiModels.QueryParameters query ) : Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiListResponse

List all APIs of the Api Management service instance.

ListAsync ( this operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.SmapiModels.QueryParameters query ) : Task

List all APIs of the Api Management service instance.

ListNext ( this operations, string nextLink ) : Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiListResponse

List all APIs of the Api Management service instance.

ListNextAsync ( this operations, string nextLink ) : Task

List all APIs of the Api Management service instance.

Patch ( this operations, string resourceGroupName, string serviceName, string aid, Microsoft.Azure.Management.ApiManagement.SmapiModels.PatchParameters parameters, string etag ) : Microsoft.Azure.AzureOperationResponse

Patches specific API of the Api Management service instance.

PatchAsync ( this operations, string resourceGroupName, string serviceName, string aid, Microsoft.Azure.Management.ApiManagement.SmapiModels.PatchParameters parameters, string etag ) : Task

Patches specific API of the Api Management service instance.

Описание методов

CreateOrUpdate() публичный статический Метод

Creates new or updates existing specific API of the Api Management service instance.
public static CreateOrUpdate ( this operations, string resourceGroupName, string serviceName, string aid, Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiCreateOrUpdateParameters parameters, string etag ) : Microsoft.Azure.AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
aid string /// Required. Identifier of the API. ///
parameters Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiCreateOrUpdateParameters /// Required. Create or update parameters. ///
etag string /// Optional. ETag. ///
Результат Microsoft.Azure.AzureOperationResponse

CreateOrUpdateAsync() публичный статический Метод

Creates new or updates existing specific API of the Api Management service instance.
public static CreateOrUpdateAsync ( this operations, string resourceGroupName, string serviceName, string aid, Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiCreateOrUpdateParameters parameters, string etag ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
aid string /// Required. Identifier of the API. ///
parameters Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiCreateOrUpdateParameters /// Required. Create or update parameters. ///
etag string /// Optional. ETag. ///
Результат Task

Delete() публичный статический Метод

Deletes specific API of the Api Management service instance.
public static Delete ( this operations, string resourceGroupName, string serviceName, string aid, string etag ) : Microsoft.Azure.AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
aid string /// Required. Identifier of the API. ///
etag string /// Required. ETag. ///
Результат Microsoft.Azure.AzureOperationResponse

DeleteAsync() публичный статический Метод

Deletes specific API of the Api Management service instance.
public static DeleteAsync ( this operations, string resourceGroupName, string serviceName, string aid, string etag ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
aid string /// Required. Identifier of the API. ///
etag string /// Required. ETag. ///
Результат Task

Export() публичный статический Метод

Exports API to one of the supported formats.
public static Export ( this operations, string resourceGroupName, string serviceName, string aid, string accept ) : Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiExportResponse
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
aid string /// Required. Identifier of the API. ///
accept string /// Required. Type of exporting content. Equivalent to Accept HTTP /// header. ///
Результат Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiExportResponse

ExportAsync() публичный статический Метод

Exports API to one of the supported formats.
public static ExportAsync ( this operations, string resourceGroupName, string serviceName, string aid, string accept ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
aid string /// Required. Identifier of the API. ///
accept string /// Required. Type of exporting content. Equivalent to Accept HTTP /// header. ///
Результат Task

Get() публичный статический Метод

Gets specific API of the Api Management service instance.
public static Get ( this operations, string resourceGroupName, string serviceName, string aid ) : Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiGetResponse
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
aid string /// Required. Identifier of the API. ///
Результат Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiGetResponse

GetAsync() публичный статический Метод

Gets specific API of the Api Management service instance.
public static GetAsync ( this operations, string resourceGroupName, string serviceName, string aid ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
aid string /// Required. Identifier of the API. ///
Результат Task

Import() публичный статический Метод

Imports API from one of the supported formats.
public static Import ( this operations, string resourceGroupName, string serviceName, string aid, string contentType, Stream content, string path, string wsdlServiceName, string wsdlEndpointName, string apiType ) : Microsoft.Azure.AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
aid string /// Required. Identifier of the API. ///
contentType string /// Required. Type of importing content. ///
content Stream /// Required. Importing content. ///
path string /// Optional. Path in case importing document does not support path. ///
wsdlServiceName string /// Optional. Local name of WSDL Service to be imported. ///
wsdlEndpointName string /// Optional. Local name of WSDL Endpoint (port) to be imported. ///
apiType string /// Optional. Type of Api getting imported (Soap/Http). ///
Результат Microsoft.Azure.AzureOperationResponse

ImportAsync() публичный статический Метод

Imports API from one of the supported formats.
public static ImportAsync ( this operations, string resourceGroupName, string serviceName, string aid, string contentType, Stream content, string path, string wsdlServiceName, string wsdlEndpointName, string apiType ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
aid string /// Required. Identifier of the API. ///
contentType string /// Required. Type of importing content. ///
content Stream /// Required. Importing content. ///
path string /// Optional. Path in case importing document does not support path. ///
wsdlServiceName string /// Optional. Local name of WSDL Service to be imported. ///
wsdlEndpointName string /// Optional. Local name of WSDL Endpoint (port) to be imported. ///
apiType string /// Optional. Type of Api getting imported (Soap/Http). ///
Результат Task

List() публичный статический Метод

List all APIs of the Api Management service instance.
public static List ( this operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.SmapiModels.QueryParameters query ) : Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiListResponse
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
query Microsoft.Azure.Management.ApiManagement.SmapiModels.QueryParameters /// Optional. ///
Результат Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiListResponse

ListAsync() публичный статический Метод

List all APIs of the Api Management service instance.
public static ListAsync ( this operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.SmapiModels.QueryParameters query ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
query Microsoft.Azure.Management.ApiManagement.SmapiModels.QueryParameters /// Optional. ///
Результат Task

ListNext() публичный статический Метод

List all APIs of the Api Management service instance.
public static ListNext ( this operations, string nextLink ) : Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiListResponse
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
Результат Microsoft.Azure.Management.ApiManagement.SmapiModels.ApiListResponse

ListNextAsync() публичный статический Метод

List all APIs of the Api Management service instance.
public static ListNextAsync ( this operations, string nextLink ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
Результат Task

Patch() публичный статический Метод

Patches specific API of the Api Management service instance.
public static Patch ( this operations, string resourceGroupName, string serviceName, string aid, Microsoft.Azure.Management.ApiManagement.SmapiModels.PatchParameters parameters, string etag ) : Microsoft.Azure.AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
aid string /// Required. Identifier of the API. ///
parameters Microsoft.Azure.Management.ApiManagement.SmapiModels.PatchParameters /// Required. Patch parameters. ///
etag string /// Required. ETag. ///
Результат Microsoft.Azure.AzureOperationResponse

PatchAsync() публичный статический Метод

Patches specific API of the Api Management service instance.
public static PatchAsync ( this operations, string resourceGroupName, string serviceName, string aid, Microsoft.Azure.Management.ApiManagement.SmapiModels.PatchParameters parameters, string etag ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IApisOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
aid string /// Required. Identifier of the API. ///
parameters Microsoft.Azure.Management.ApiManagement.SmapiModels.PatchParameters /// Required. Patch parameters. ///
etag string /// Required. ETag. ///
Результат Task