ProviderOperationsExtensions.Get(IProviderOperations, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.