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

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

공개 메소드들

메소드 설명
Create ( this operations, string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderCreateParameters parameters ) : Microsoft.Azure.AzureOperationResponse

Creates new or update existing identity provider configuration.

CreateAsync ( this operations, string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderCreateParameters parameters ) : Task

Creates new or update existing identity provider configuration.

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

Deletes specific identity provider configuration.

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

Deletes specific identity provider configuration.

Get ( this operations, string resourceGroupName, string serviceName, string identityProviderName ) : IdentityProviderGetResponse

Gets specific identity provider.

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

Gets specific identity provider.

List ( this operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.SmapiModels.QueryParameters query ) : IdentityProviderListResponse
ListAsync ( this operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.SmapiModels.QueryParameters query ) : Task
Update ( this operations, string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderUpdateParameters parameters, string etag ) : Microsoft.Azure.AzureOperationResponse

Patches specific identity provider.

UpdateAsync ( this operations, string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderUpdateParameters parameters, string etag ) : Task

Patches specific identity provider.

메소드 상세

Create() 공개 정적인 메소드

Creates new or update existing identity provider configuration.
public static Create ( this operations, string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderCreateParameters parameters ) : Microsoft.Azure.AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
identityProviderName string /// Required. Identifier of the identity provider. ///
parameters Microsoft.Azure.Management.ApiManagement.SmapiModels.IdentityProviderCreateParameters /// Required. Create parameters. ///
리턴 Microsoft.Azure.AzureOperationResponse

CreateAsync() 공개 정적인 메소드

Creates new or update existing identity provider configuration.
public static CreateAsync ( this operations, string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderCreateParameters parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
identityProviderName string /// Required. Identifier of the identity provider. ///
parameters Microsoft.Azure.Management.ApiManagement.SmapiModels.IdentityProviderCreateParameters /// Required. Create parameters. ///
리턴 Task

Delete() 공개 정적인 메소드

Deletes specific identity provider configuration.
public static Delete ( this operations, string resourceGroupName, string serviceName, string identityProviderName, string etag ) : Microsoft.Azure.AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
identityProviderName string /// Required. Identifier of the identity provider. ///
etag string /// Required. ETag. ///
리턴 Microsoft.Azure.AzureOperationResponse

DeleteAsync() 공개 정적인 메소드

Deletes specific identity provider configuration.
public static DeleteAsync ( this operations, string resourceGroupName, string serviceName, string identityProviderName, string etag ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
identityProviderName string /// Required. Identifier of the identity provider. ///
etag string /// Required. ETag. ///
리턴 Task

Get() 공개 정적인 메소드

Gets specific identity provider.
public static Get ( this operations, string resourceGroupName, string serviceName, string identityProviderName ) : IdentityProviderGetResponse
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
identityProviderName string /// Required. Identifier of the identity provider. ///
리턴 Microsoft.Azure.Management.ApiManagement.SmapiModels.IdentityProviderGetResponse

GetAsync() 공개 정적인 메소드

Gets specific identity provider.
public static GetAsync ( this operations, string resourceGroupName, string serviceName, string identityProviderName ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
identityProviderName string /// Required. Identifier of the identity provider. ///
리턴 Task

List() 공개 정적인 메소드

public static List ( this operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.SmapiModels.QueryParameters query ) : IdentityProviderListResponse
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations. ///
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. ///
리턴 IdentityProviderListResponse

ListAsync() 공개 정적인 메소드

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.IIdentityProviderOperations. ///
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

Update() 공개 정적인 메소드

Patches specific identity provider.
public static Update ( this operations, string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderUpdateParameters parameters, string etag ) : Microsoft.Azure.AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
identityProviderName string /// Required. Identifier of the identity provider. ///
parameters Microsoft.Azure.Management.ApiManagement.SmapiModels.IdentityProviderUpdateParameters /// Required. Update parameters. ///
etag string /// Required. ETag. ///
리턴 Microsoft.Azure.AzureOperationResponse

UpdateAsync() 공개 정적인 메소드

Patches specific identity provider.
public static UpdateAsync ( this operations, string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderUpdateParameters parameters, string etag ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations. ///
resourceGroupName string /// Required. The name of the resource group. ///
serviceName string /// Required. The name of the Api Management service. ///
identityProviderName string /// Required. Identifier of the identity provider. ///
parameters Microsoft.Azure.Management.ApiManagement.SmapiModels.IdentityProviderUpdateParameters /// Required. Update parameters. ///
etag string /// Required. ETag. ///
리턴 Task