ArmClient.GetTenantResourceProvider(String, String, CancellationToken) Method

Definition

Gets the specified resource provider at the tenant level.

public virtual Azure.Response<Azure.ResourceManager.Resources.Models.TenantResourceProvider> GetTenantResourceProvider (string resourceProviderNamespace, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTenantResourceProvider : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.Models.TenantResourceProvider>
override this.GetTenantResourceProvider : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.Models.TenantResourceProvider>
Public Overridable Function GetTenantResourceProvider (resourceProviderNamespace As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TenantResourceProvider)

Parameters

resourceProviderNamespace
String

The namespace of the resource provider.

expand
String

The $expand query parameter. For example, to include property aliases in response, use $expand=resourceTypes/aliases.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceProviderNamespace is null.

Applies to