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

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

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

Метод Описание
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