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

Datei anzeigen Open project: Azure/azure-powershell

Public Methods

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

Method Details

Get() public static method

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

GetAsync() public static method

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

List() public static method

Gets provider operations metadata list
public static List ( this operations ) : ProviderOperationsMetadataListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperationsMetadataOperations. ///
return Microsoft.Azure.Management.Internal.Resources.Models.ProviderOperationsMetadataListResult

ListAsync() public static method

Gets provider operations metadata list
public static ListAsync ( this operations ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IProviderOperationsMetadataOperations. ///
return Task