LicenseProfilesOperations interface
Schnittstelle, die LicenseProfiles-Operationen darstellt.
Eigenschaften
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Der Vorgang zum Erstellen oder Aktualisieren eines Lizenzprofils. |
| delete | Der Vorgang zum Löschen eines Lizenzprofils. |
| get | Ruft Informationen zur Ansicht eines Lizenzprofils ab. |
| list | Der Vorgang zum Abrufen aller Lizenzprofile eines Nicht-Azure-Computers |
| update | Der Vorgang zum Aktualisieren eines Lizenzprofils. |
Details zur Eigenschaft
beginCreateOrUpdate
Warnung
Diese API ist nun veraltet.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
Eigenschaftswert
(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
beginCreateOrUpdateAndWait
Warnung
Diese API ist nun veraltet.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<LicenseProfile>
Eigenschaftswert
(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<LicenseProfile>
beginDelete
Warnung
Diese API ist nun veraltet.
use delete instead
beginDelete: (resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Eigenschaftswert
(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warnung
Diese API ist nun veraltet.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<void>
beginUpdate
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdate: (resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
Eigenschaftswert
(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
beginUpdateAndWait
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdateAndWait: (resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<LicenseProfile>
Eigenschaftswert
(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<LicenseProfile>
createOrUpdate
Der Vorgang zum Erstellen oder Aktualisieren eines Lizenzprofils.
createOrUpdate: (resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>
Eigenschaftswert
(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>
delete
Der Vorgang zum Löschen eines Lizenzprofils.
delete: (resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Ruft Informationen zur Ansicht eines Lizenzprofils ab.
get: (resourceGroupName: string, machineName: string, options?: LicenseProfilesGetOptionalParams) => Promise<LicenseProfile>
Eigenschaftswert
(resourceGroupName: string, machineName: string, options?: LicenseProfilesGetOptionalParams) => Promise<LicenseProfile>
list
Der Vorgang zum Abrufen aller Lizenzprofile eines Nicht-Azure-Computers
list: (resourceGroupName: string, machineName: string, options?: LicenseProfilesListOptionalParams) => PagedAsyncIterableIterator<LicenseProfile, LicenseProfile[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, machineName: string, options?: LicenseProfilesListOptionalParams) => PagedAsyncIterableIterator<LicenseProfile, LicenseProfile[], PageSettings>
update
Der Vorgang zum Aktualisieren eines Lizenzprofils.
update: (resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>
Eigenschaftswert
(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>