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

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

공개 메소드들

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