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. Il nome non fa distinzione tra maiuscole e minuscole.

serviceName

string

Nome del servizio 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. Il nome non fa distinzione tra maiuscole e minuscole.

serviceName

string

Nome del servizio Gestione API.

options
TenantSettingsListByServiceOptionalParams

Parametri delle opzioni.

Restituisce