Méthode | Description | |
---|---|---|
Create ( this operations, string resourceGroupName, string serviceName, string identityProviderName, |
Creates new or update existing identity provider configuration.
|
|
CreateAsync ( this operations, string resourceGroupName, string serviceName, string identityProviderName, |
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 ) : |
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, |
Patches specific identity provider.
|
|
UpdateAsync ( this operations, string resourceGroupName, string serviceName, string identityProviderName, |
Patches specific identity provider.
|
public static Create ( this operations, string resourceGroupName, string serviceName, string identityProviderName, |
||
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 | /// Required. Create parameters. /// | |
Résultat | Microsoft.Azure.AzureOperationResponse |
public static CreateAsync ( this operations, string resourceGroupName, string serviceName, string identityProviderName, |
||
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 | /// Required. Create parameters. /// | |
Résultat | Task |
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. /// |
Résultat | Microsoft.Azure.AzureOperationResponse |
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. /// |
Résultat | Task |
public static Get ( this operations, string resourceGroupName, string serviceName, string identityProviderName ) : |
||
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. /// |
Résultat |
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. /// |
Résultat | Task |
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. /// |
Résultat | IdentityProviderListResponse |
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. /// |
Résultat | Task |
public static Update ( this operations, string resourceGroupName, string serviceName, string identityProviderName, |
||
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 | /// Required. Update parameters. /// | |
etag | string | /// Required. ETag. /// |
Résultat | Microsoft.Azure.AzureOperationResponse |
public static UpdateAsync ( this operations, string resourceGroupName, string serviceName, string identityProviderName, |
||
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 | /// Required. Update parameters. /// | |
etag | string | /// Required. ETag. /// |
Résultat | Task |