Ler em inglês

Partilhar via


ManagementConfigurations class

Classe que representa um ManagementConfigurations.

Construtores

Métodos

Detalhes do Construtor

ManagementConfigurations(OperationsManagementClientContext)

Crie um ManagementConfigurations.

new ManagementConfigurations(client: OperationsManagementClientContext)

Parâmetros

client
OperationsManagementClientContext

Referência ao cliente do serviço.

Detalhes de Método

createOrUpdate(string, string, ManagementConfiguration, RequestOptionsBase)

Cria ou atualiza o ManagementConfiguration.

function createOrUpdate(resourceGroupName: string, managementConfigurationName: string, parameters: ManagementConfiguration, options?: RequestOptionsBase): Promise<ManagementConfigurationsCreateOrUpdateResponse>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos a ser obtido. O nome não diferencia maiúsculas de minúsculas.

managementConfigurationName

string

Nome de configuração do gerenciamento de usuários.

parameters
ManagementConfiguration

Os parâmetros necessários para criar a Solução OMS.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<Models.ManagementConfigurationsCreateOrUpdateResponse>

createOrUpdate(string, string, ManagementConfiguration, RequestOptionsBase, ServiceCallback<ManagementConfiguration>)

function createOrUpdate(resourceGroupName: string, managementConfigurationName: string, parameters: ManagementConfiguration, options: RequestOptionsBase, callback: ServiceCallback<ManagementConfiguration>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos a ser obtido. O nome não diferencia maiúsculas de minúsculas.

managementConfigurationName

string

Nome de configuração do gerenciamento de usuários.

parameters
ManagementConfiguration

Os parâmetros necessários para criar a Solução OMS.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<ManagementConfiguration>

O retorno de chamada

createOrUpdate(string, string, ManagementConfiguration, ServiceCallback<ManagementConfiguration>)

function createOrUpdate(resourceGroupName: string, managementConfigurationName: string, parameters: ManagementConfiguration, callback: ServiceCallback<ManagementConfiguration>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos a ser obtido. O nome não diferencia maiúsculas de minúsculas.

managementConfigurationName

string

Nome de configuração do gerenciamento de usuários.

parameters
ManagementConfiguration

Os parâmetros necessários para criar a Solução OMS.

callback

ServiceCallback<ManagementConfiguration>

O retorno de chamada

deleteMethod(string, string, RequestOptionsBase)

Exclui o ManagementConfiguration na assinatura.

function deleteMethod(resourceGroupName: string, managementConfigurationName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos a ser obtido. O nome não diferencia maiúsculas de minúsculas.

managementConfigurationName

string

Nome de configuração do gerenciamento de usuários.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<RestResponse>

Prometa<> msRest.RestResponse

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, managementConfigurationName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos a ser obtido. O nome não diferencia maiúsculas de minúsculas.

managementConfigurationName

string

Nome de configuração do gerenciamento de usuários.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<void>

O retorno de chamada

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, managementConfigurationName: string, callback: ServiceCallback<void>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos a ser obtido. O nome não diferencia maiúsculas de minúsculas.

managementConfigurationName

string

Nome de configuração do gerenciamento de usuários.

callback

ServiceCallback<void>

O retorno de chamada

get(string, string, RequestOptionsBase)

Recupera o usuário ManagementConfiguration.

function get(resourceGroupName: string, managementConfigurationName: string, options?: RequestOptionsBase): Promise<ManagementConfigurationsGetResponse>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos a ser obtido. O nome não diferencia maiúsculas de minúsculas.

managementConfigurationName

string

Nome de configuração do gerenciamento de usuários.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<Models.ManagementConfigurationsGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<ManagementConfiguration>)

function get(resourceGroupName: string, managementConfigurationName: string, options: RequestOptionsBase, callback: ServiceCallback<ManagementConfiguration>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos a ser obtido. O nome não diferencia maiúsculas de minúsculas.

managementConfigurationName

string

Nome de configuração do gerenciamento de usuários.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<ManagementConfiguration>

O retorno de chamada

get(string, string, ServiceCallback<ManagementConfiguration>)

function get(resourceGroupName: string, managementConfigurationName: string, callback: ServiceCallback<ManagementConfiguration>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos a ser obtido. O nome não diferencia maiúsculas de minúsculas.

managementConfigurationName

string

Nome de configuração do gerenciamento de usuários.

callback

ServiceCallback<ManagementConfiguration>

O retorno de chamada

listBySubscription(RequestOptionsBase)

Recupera a lista ManagementConfigurations.

function listBySubscription(options?: RequestOptionsBase): Promise<ManagementConfigurationsListBySubscriptionResponse>

Parâmetros

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<Models.ManagementConfigurationsListBySubscriptionResponse>

listBySubscription(RequestOptionsBase, ServiceCallback<ManagementConfigurationPropertiesList>)

function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<ManagementConfigurationPropertiesList>)

Parâmetros

options
RequestOptionsBase

Os parâmetros opcionais

listBySubscription(ServiceCallback<ManagementConfigurationPropertiesList>)

function listBySubscription(callback: ServiceCallback<ManagementConfigurationPropertiesList>)

Parâmetros