Compartir a través de


TenantSettingsOperationsExtensions.GetAsync Método

Definición

Obtiene la configuración del inquilino.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.TenantSettingsContract> GetAsync (this Microsoft.Azure.Management.ApiManagement.ITenantSettingsOperations operations, string resourceGroupName, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ApiManagement.ITenantSettingsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.TenantSettingsContract>
<Extension()>
Public Function GetAsync (operations As ITenantSettingsOperations, resourceGroupName As String, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TenantSettingsContract)

Parámetros

operations
ITenantSettingsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio API Management.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a