C# Класс Microsoft.Azure.Management.Internal.Resources.ResourceProviderOperationDetailsOperationsExtensions

Показать файл Открыть проект

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

Метод Описание
List ( this operations, ResourceIdentity identity ) : ResourceProviderOperationDetailListResult

Gets a list of resource providers.

ListAsync ( this operations, ResourceIdentity identity ) : Task

Gets a list of resource providers.

Описание методов

List() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.ResourceProviderOperationDetailListResult

ListAsync() публичный статический Метод

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. ///
Результат Task