Share via


TenantSettingsOperationsExtensions.Get Method

Definition

Get tenant settings.

public static Microsoft.Azure.Management.ApiManagement.Models.TenantSettingsContract Get (this Microsoft.Azure.Management.ApiManagement.ITenantSettingsOperations operations, string resourceGroupName, string serviceName);
static member Get : Microsoft.Azure.Management.ApiManagement.ITenantSettingsOperations * string * string -> Microsoft.Azure.Management.ApiManagement.Models.TenantSettingsContract
<Extension()>
Public Function Get (operations As ITenantSettingsOperations, resourceGroupName As String, serviceName As String) As TenantSettingsContract

Parameters

operations
ITenantSettingsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

Returns

Applies to