C# 클래스 Microsoft.Azure.Management.ApiManagement.ApisOperationsExtensions

.Net client wrapper for the REST API for Azure ApiManagement Service
파일 보기 프로젝트 열기: Azure/azure-sdk-for-net

공개 메소드들

메소드 설명
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