C# 클래스 Microsoft.Azure.Management.Internal.Resources.ProviderOperationsMetadataOperationsExtensions

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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