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

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

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

Метод Описание
Get ( this operations, string resourceProviderNamespace ) : ProviderOperationsMetadataGetResult

Gets provider operations metadata

GetAsync ( this operations, string resourceProviderNamespace ) : Task

Gets provider operations metadata

List ( this operations ) : ProviderOperationsMetadataListResult

Gets provider operations metadata list

ListAsync ( this operations ) : Task

Gets provider operations metadata list

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

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

Gets provider operations metadata
public static Get ( this operations, string resourceProviderNamespace ) : ProviderOperationsMetadataGetResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperationsMetadataOperations. ///
resourceProviderNamespace string /// Required. Namespace of the resource provider. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.ProviderOperationsMetadataGetResult

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

Gets provider operations metadata
public static GetAsync ( this operations, string resourceProviderNamespace ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperationsMetadataOperations. ///
resourceProviderNamespace string /// Required. Namespace of the resource provider. ///
Результат Task

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

Gets provider operations metadata list
public static List ( this operations ) : ProviderOperationsMetadataListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperationsMetadataOperations. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.ProviderOperationsMetadataListResult

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

Gets provider operations metadata list
public static ListAsync ( this operations ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperationsMetadataOperations. ///
Результат Task