C# Class Microsoft.Azure.Management.ApiManagement.IdentityProviderOperationsExtensions

.Net client wrapper for the REST API for Azure ApiManagement Service
Show file Open project: Azure/azure-sdk-for-net

Public Methods

Method Description
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.

Method Details

Create() public static method

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. ///
return Microsoft.Azure.AzureOperationResponse

CreateAsync() public static method

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. ///
return Task

Delete() public static method

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. ///
return Microsoft.Azure.AzureOperationResponse

DeleteAsync() public static method

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. ///
return Task

Get() public static method

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. ///
return Microsoft.Azure.Management.ApiManagement.SmapiModels.IdentityProviderGetResponse

GetAsync() public static method

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. ///
return Task

List() public static method

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. ///
return IdentityProviderListResponse

ListAsync() public static method

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. ///
return Task

Update() public static method

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. ///
return Microsoft.Azure.AzureOperationResponse

UpdateAsync() public static method

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. ///
return Task