Dela via


LicenseProfiles interface

Gränssnitt som representerar en LicenseProfiles.

Metoder

beginCreateOrUpdate(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

Åtgärden för att skapa eller uppdatera en licensprofil.

beginCreateOrUpdateAndWait(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

Åtgärden för att skapa eller uppdatera en licensprofil.

beginDelete(string, string, LicenseProfilesDeleteOptionalParams)

Åtgärden för att ta bort en licensprofil.

beginDeleteAndWait(string, string, LicenseProfilesDeleteOptionalParams)

Åtgärden för att ta bort en licensprofil.

beginUpdate(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

Åtgärden för att uppdatera en licensprofil.

beginUpdateAndWait(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

Åtgärden för att uppdatera en licensprofil.

get(string, string, LicenseProfilesGetOptionalParams)

Hämtar information om vyn för en licensprofil.

list(string, string, LicenseProfilesListOptionalParams)

Åtgärden för att hämta alla licensprofiler för en icke-Azure-dator

Metodinformation

beginCreateOrUpdate(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

Åtgärden för att skapa eller uppdatera en licensprofil.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

machineName

string

Namnet på hybriddatorn.

parameters
LicenseProfile

Parametrar som anges i åtgärden Skapa eller uppdatera licensprofil.

options
LicenseProfilesCreateOrUpdateOptionalParams

Alternativparametrarna.

Returer

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

beginCreateOrUpdateAndWait(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

Åtgärden för att skapa eller uppdatera en licensprofil.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

machineName

string

Namnet på hybriddatorn.

parameters
LicenseProfile

Parametrar som anges i åtgärden Skapa eller uppdatera licensprofil.

options
LicenseProfilesCreateOrUpdateOptionalParams

Alternativparametrarna.

Returer

Promise<LicenseProfile>

beginDelete(string, string, LicenseProfilesDeleteOptionalParams)

Åtgärden för att ta bort en licensprofil.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

machineName

string

Namnet på hybriddatorn.

options
LicenseProfilesDeleteOptionalParams

Alternativparametrarna.

Returer

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

beginDeleteAndWait(string, string, LicenseProfilesDeleteOptionalParams)

Åtgärden för att ta bort en licensprofil.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

machineName

string

Namnet på hybriddatorn.

options
LicenseProfilesDeleteOptionalParams

Alternativparametrarna.

Returer

beginUpdate(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

Åtgärden för att uppdatera en licensprofil.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

machineName

string

Namnet på hybriddatorn.

parameters
LicenseProfileUpdate

Parametrar som anges i åtgärden Uppdatera licensprofil.

options
LicenseProfilesUpdateOptionalParams

Alternativparametrarna.

Returer

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

beginUpdateAndWait(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

Åtgärden för att uppdatera en licensprofil.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

machineName

string

Namnet på hybriddatorn.

parameters
LicenseProfileUpdate

Parametrar som anges i åtgärden Uppdatera licensprofil.

options
LicenseProfilesUpdateOptionalParams

Alternativparametrarna.

Returer

Promise<LicenseProfile>

get(string, string, LicenseProfilesGetOptionalParams)

Hämtar information om vyn för en licensprofil.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

machineName

string

Namnet på hybriddatorn.

options
LicenseProfilesGetOptionalParams

Alternativparametrarna.

Returer

Promise<LicenseProfile>

list(string, string, LicenseProfilesListOptionalParams)

Åtgärden för att hämta alla licensprofiler för en icke-Azure-dator

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

machineName

string

Namnet på datorn.

options
LicenseProfilesListOptionalParams

Alternativparametrarna.

Returer