Share via


ProviderOperationsExtensions.Get(IProviderOperations, String) Method

Definition

Gets a resource provider.

public static Microsoft.Azure.Management.Resources.Models.ProviderGetResult Get (this Microsoft.Azure.Management.Resources.IProviderOperations operations, string resourceProviderNamespace);
static member Get : Microsoft.Azure.Management.Resources.IProviderOperations * string -> Microsoft.Azure.Management.Resources.Models.ProviderGetResult
<Extension()>
Public Function Get (operations As IProviderOperations, resourceProviderNamespace As String) As ProviderGetResult

Parameters

operations
IProviderOperations

Reference to the Microsoft.Azure.Management.Resources.IProviderOperations.

resourceProviderNamespace
String

Required. Namespace of the resource provider.

Returns

Resource provider information.

Applies to