C# Class Microsoft.Azure.Management.Internal.Resources.ResourceProviderOperationDetailsOperationsExtensions

Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
List ( this operations, ResourceIdentity identity ) : ResourceProviderOperationDetailListResult

Gets a list of resource providers.

ListAsync ( this operations, ResourceIdentity identity ) : Task

Gets a list of resource providers.

Method Details

List() public static méthode

Gets a list of resource providers.
public static List ( this operations, ResourceIdentity identity ) : ResourceProviderOperationDetailListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceProviderOperationDetailsOperations. ///
identity ResourceIdentity /// Required. Resource identity. ///
Résultat Microsoft.Azure.Management.Internal.Resources.Models.ResourceProviderOperationDetailListResult

ListAsync() public static méthode

Gets a list of resource providers.
public static ListAsync ( this operations, ResourceIdentity identity ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IResourceProviderOperationDetailsOperations. ///
identity ResourceIdentity /// Required. Resource identity. ///
Résultat Task