Condividi tramite


TenantSettings interface

Interfaccia che rappresenta un tenantSettings.

Metodi

get(string, string, string, TenantSettingsGetOptionalParams)

Ottenere le impostazioni del tenant.

listByService(string, string, TenantSettingsListByServiceOptionalParams)

Impostazioni pubbliche.

Dettagli metodo

get(string, string, string, TenantSettingsGetOptionalParams)

Ottenere le impostazioni del tenant.

function get(resourceGroupName: string, serviceName: string, settingsType: string, options?: TenantSettingsGetOptionalParams): Promise<TenantSettingsGetResponse>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

serviceName

string

Nome del servizio di Gestione API.

settingsType

string

Identificatore delle impostazioni.

options
TenantSettingsGetOptionalParams

Parametri delle opzioni.

Restituisce

listByService(string, string, TenantSettingsListByServiceOptionalParams)

Impostazioni pubbliche.

function listByService(resourceGroupName: string, serviceName: string, options?: TenantSettingsListByServiceOptionalParams): PagedAsyncIterableIterator<TenantSettingsContract, TenantSettingsContract[], PageSettings>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

serviceName

string

Nome del servizio di Gestione API.

options
TenantSettingsListByServiceOptionalParams

Parametri delle opzioni.

Restituisce