Compartilhar via


LicenseProfiles interface

Interface que representa um LicenseProfiles.

Métodos

beginCreateOrUpdate(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

A operação para criar ou atualizar um perfil de licença.

beginCreateOrUpdateAndWait(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

A operação para criar ou atualizar um perfil de licença.

beginDelete(string, string, LicenseProfilesDeleteOptionalParams)

A operação para excluir um perfil de licença.

beginDeleteAndWait(string, string, LicenseProfilesDeleteOptionalParams)

A operação para excluir um perfil de licença.

beginUpdate(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

A operação para atualizar um perfil de licença.

beginUpdateAndWait(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

A operação para atualizar um perfil de licença.

get(string, string, LicenseProfilesGetOptionalParams)

Recupera informações sobre a exibição de um perfil de licença.

list(string, string, LicenseProfilesListOptionalParams)

A operação para obter todos os perfis de licença de um computador que não é do Azure

Detalhes do método

beginCreateOrUpdate(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

A operação para criar ou atualizar um perfil de licença.

function beginCreateOrUpdate(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>

Parâmetros

resourceGroupName

string

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

machineName

string

O nome do computador híbrido.

parameters
LicenseProfile

Parâmetros fornecidos para a operação criar ou atualizar o perfil de licença.

options
LicenseProfilesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<@azure/core-lro.SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>

beginCreateOrUpdateAndWait(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

A operação para criar ou atualizar um perfil de licença.

function beginCreateOrUpdateAndWait(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams): Promise<LicenseProfile>

Parâmetros

resourceGroupName

string

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

machineName

string

O nome do computador híbrido.

parameters
LicenseProfile

Parâmetros fornecidos para a operação criar ou atualizar o perfil de licença.

options
LicenseProfilesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<LicenseProfile>

beginDelete(string, string, LicenseProfilesDeleteOptionalParams)

A operação para excluir um perfil de licença.

function beginDelete(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfilesDeleteHeaders>, LicenseProfilesDeleteHeaders>>

Parâmetros

resourceGroupName

string

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

machineName

string

O nome do computador híbrido.

options
LicenseProfilesDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<@azure/core-lro.SimplePollerLike<OperationState<LicenseProfilesDeleteHeaders>, LicenseProfilesDeleteHeaders>>

beginDeleteAndWait(string, string, LicenseProfilesDeleteOptionalParams)

A operação para excluir um perfil de licença.

function beginDeleteAndWait(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams): Promise<LicenseProfilesDeleteHeaders>

Parâmetros

resourceGroupName

string

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

machineName

string

O nome do computador híbrido.

options
LicenseProfilesDeleteOptionalParams

Os parâmetros de opções.

Retornos

beginUpdate(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

A operação para atualizar um perfil de licença.

function beginUpdate(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>

Parâmetros

resourceGroupName

string

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

machineName

string

O nome do computador híbrido.

parameters
LicenseProfileUpdate

Parâmetros fornecidos para a operação de perfil de licença atualizar.

options
LicenseProfilesUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<@azure/core-lro.SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>

beginUpdateAndWait(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

A operação para atualizar um perfil de licença.

function beginUpdateAndWait(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams): Promise<LicenseProfile>

Parâmetros

resourceGroupName

string

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

machineName

string

O nome do computador híbrido.

parameters
LicenseProfileUpdate

Parâmetros fornecidos para a operação de perfil de licença atualizar.

options
LicenseProfilesUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<LicenseProfile>

get(string, string, LicenseProfilesGetOptionalParams)

Recupera informações sobre a exibição de um perfil de licença.

function get(resourceGroupName: string, machineName: string, options?: LicenseProfilesGetOptionalParams): Promise<LicenseProfile>

Parâmetros

resourceGroupName

string

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

machineName

string

O nome do computador híbrido.

options
LicenseProfilesGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<LicenseProfile>

list(string, string, LicenseProfilesListOptionalParams)

A operação para obter todos os perfis de licença de um computador que não é do Azure

function list(resourceGroupName: string, machineName: string, options?: LicenseProfilesListOptionalParams): PagedAsyncIterableIterator<LicenseProfile, LicenseProfile[], PageSettings>

Parâmetros

resourceGroupName

string

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

machineName

string

O nome do computador.

options
LicenseProfilesListOptionalParams

Os parâmetros de opções.

Retornos