Sdílet prostřednictvím


ProviderOperationsMetadataOperationsExtensions.GetAsync Metoda

Definice

Získá metadata operací poskytovatele pro zadaného poskytovatele prostředků.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.ProviderOperationsMetadata> GetAsync (this Microsoft.Azure.Management.Authorization.IProviderOperationsMetadataOperations operations, string resourceProviderNamespace, string expand = "resourceTypes", System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Authorization.IProviderOperationsMetadataOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.ProviderOperationsMetadata>
<Extension()>
Public Function GetAsync (operations As IProviderOperationsMetadataOperations, resourceProviderNamespace As String, Optional expand As String = "resourceTypes", Optional cancellationToken As CancellationToken = Nothing) As Task(Of ProviderOperationsMetadata)

Parametry

operations
IProviderOperationsMetadataOperations

Skupina operací pro tuto rozšiřující metodu.

resourceProviderNamespace
String

Obor názvů poskytovatele prostředků.

expand
String

Určuje, jestli se mají hodnoty rozbalit.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro