LicenseProfiles interface
Rozhraní představující objekt LicenseProfiles.
Metody
begin |
Operace vytvoření nebo aktualizace profilu licence. |
begin |
Operace vytvoření nebo aktualizace profilu licence. |
begin |
Operace odstranění profilu licence. |
begin |
Operace odstranění profilu licence. |
begin |
Operace aktualizace profilu licence. |
begin |
Operace aktualizace profilu licence. |
get(string, string, License |
Načte informace o zobrazení profilu licence. |
list(string, string, License |
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
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
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.
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.
Parametry možností.
Návraty
Promise<LicenseProfilesDeleteHeaders>
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
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
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.
Parametry možností.