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

Datei anzeigen Open project: Azure/azure-powershell

Public Methods

Method 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 method

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. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ResourceProviderOperationDetailListResult

ListAsync() public static method

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