Sdílet prostřednictvím


LicenseProfiles interface

Rozhraní představující objekt LicenseProfiles.

Metody

beginCreateOrUpdate(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

Operace vytvoření nebo aktualizace profilu licence.

beginCreateOrUpdateAndWait(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

Operace vytvoření nebo aktualizace profilu licence.

beginDelete(string, string, LicenseProfilesDeleteOptionalParams)

Operace odstranění profilu licence.

beginDeleteAndWait(string, string, LicenseProfilesDeleteOptionalParams)

Operace odstranění profilu licence.

beginUpdate(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

Operace aktualizace profilu licence.

beginUpdateAndWait(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

Operace aktualizace profilu licence.

get(string, string, LicenseProfilesGetOptionalParams)

Načte informace o zobrazení profilu licence.

list(string, string, LicenseProfilesListOptionalParams)

Operace získání všech profilů licencí počítače mimo Azure

Podrobnosti metody

beginCreateOrUpdate(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

Operace vytvoření nebo aktualizace profilu licence.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

machineName

string

Název hybridního počítače.

parameters
LicenseProfile

Parametry zadané pro operaci vytvoření nebo aktualizace profilu licence

options
LicenseProfilesCreateOrUpdateOptionalParams

Parametry možností.

Návraty

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

beginCreateOrUpdateAndWait(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

Operace vytvoření nebo aktualizace profilu licence.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

machineName

string

Název hybridního počítače.

parameters
LicenseProfile

Parametry zadané pro operaci vytvoření nebo aktualizace profilu licence

options
LicenseProfilesCreateOrUpdateOptionalParams

Parametry možností.

Návraty

Promise<LicenseProfile>

beginDelete(string, string, LicenseProfilesDeleteOptionalParams)

Operace odstranění profilu licence.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

machineName

string

Název hybridního počítače.

options
LicenseProfilesDeleteOptionalParams

Parametry možností.

Návraty

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

beginDeleteAndWait(string, string, LicenseProfilesDeleteOptionalParams)

Operace odstranění profilu licence.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

machineName

string

Název hybridního počítače.

options
LicenseProfilesDeleteOptionalParams

Parametry možností.

Návraty

beginUpdate(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

Operace aktualizace profilu licence.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

machineName

string

Název hybridního počítače.

parameters
LicenseProfileUpdate

Parametry zadané pro operaci aktualizovat profil licence

options
LicenseProfilesUpdateOptionalParams

Parametry možností.

Návraty

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

beginUpdateAndWait(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

Operace aktualizace profilu licence.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

machineName

string

Název hybridního počítače.

parameters
LicenseProfileUpdate

Parametry zadané pro operaci aktualizovat profil licence

options
LicenseProfilesUpdateOptionalParams

Parametry možností.

Návraty

Promise<LicenseProfile>

get(string, string, LicenseProfilesGetOptionalParams)

Načte informace o zobrazení profilu licence.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

machineName

string

Název hybridního počítače.

options
LicenseProfilesGetOptionalParams

Parametry možností.

Návraty

Promise<LicenseProfile>

list(string, string, LicenseProfilesListOptionalParams)

Operace získání všech profilů licencí počítače mimo Azure

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

machineName

string

Název počítače.

options
LicenseProfilesListOptionalParams

Parametry možností.

Návraty