Condividi tramite


LicenseProfiles interface

Interfaccia che rappresenta un oggetto LicenseProfiles.

Metodi

beginCreateOrUpdate(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

Operazione per creare o aggiornare un profilo di licenza.

beginCreateOrUpdateAndWait(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

Operazione per creare o aggiornare un profilo di licenza.

beginDelete(string, string, LicenseProfilesDeleteOptionalParams)

Operazione per eliminare un profilo di licenza.

beginDeleteAndWait(string, string, LicenseProfilesDeleteOptionalParams)

Operazione per eliminare un profilo di licenza.

beginUpdate(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

Operazione per aggiornare un profilo di licenza.

beginUpdateAndWait(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

Operazione per aggiornare un profilo di licenza.

get(string, string, LicenseProfilesGetOptionalParams)

Recupera informazioni sulla visualizzazione di un profilo di licenza.

list(string, string, LicenseProfilesListOptionalParams)

Operazione per ottenere tutti i profili di licenza di un computer non Azure

Dettagli metodo

beginCreateOrUpdate(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

Operazione per creare o aggiornare un profilo di licenza.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

machineName

string

Nome del computer ibrido.

parameters
LicenseProfile

Parametri forniti all'operazione Crea o Aggiorna profilo licenza.

options
LicenseProfilesCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

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

beginCreateOrUpdateAndWait(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

Operazione per creare o aggiornare un profilo di licenza.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

machineName

string

Nome del computer ibrido.

parameters
LicenseProfile

Parametri forniti all'operazione Crea o Aggiorna profilo licenza.

options
LicenseProfilesCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<LicenseProfile>

beginDelete(string, string, LicenseProfilesDeleteOptionalParams)

Operazione per eliminare un profilo di licenza.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

machineName

string

Nome del computer ibrido.

options
LicenseProfilesDeleteOptionalParams

Parametri delle opzioni.

Restituisce

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

beginDeleteAndWait(string, string, LicenseProfilesDeleteOptionalParams)

Operazione per eliminare un profilo di licenza.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

machineName

string

Nome del computer ibrido.

options
LicenseProfilesDeleteOptionalParams

Parametri delle opzioni.

Restituisce

beginUpdate(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

Operazione per aggiornare un profilo di licenza.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

machineName

string

Nome del computer ibrido.

parameters
LicenseProfileUpdate

Parametri forniti all'operazione Aggiorna profilo licenza.

options
LicenseProfilesUpdateOptionalParams

Parametri delle opzioni.

Restituisce

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

beginUpdateAndWait(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

Operazione per aggiornare un profilo di licenza.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

machineName

string

Nome del computer ibrido.

parameters
LicenseProfileUpdate

Parametri forniti all'operazione Aggiorna profilo licenza.

options
LicenseProfilesUpdateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<LicenseProfile>

get(string, string, LicenseProfilesGetOptionalParams)

Recupera informazioni sulla visualizzazione di un profilo di licenza.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

machineName

string

Nome del computer ibrido.

options
LicenseProfilesGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<LicenseProfile>

list(string, string, LicenseProfilesListOptionalParams)

Operazione per ottenere tutti i profili di licenza di un computer non Azure

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

machineName

string

Nome del computer.

options
LicenseProfilesListOptionalParams

Parametri delle opzioni.

Restituisce