ProvidersOperationsExtensions.GetAsync Method

Definition

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

Parameters

resourceProviderNamespace
String
expand
String
cancellationToken
CancellationToken

Returns

Applies to