LicenseProfilesOperations interface
Interface die een LicenseProfiles-operatie vertegenwoordigt.
Eigenschappen
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
De bewerking voor het maken of bijwerken van een licentieprofiel. |
| delete | De bewerking voor het verwijderen van een licentieprofiel. |
| get | Hiermee wordt informatie opgehaald over de weergave van een licentieprofiel. |
| list | De bewerking om alle licentieprofielen van een niet-Azure-machine op te halen |
| update | De bewerking voor het bijwerken van een licentieprofiel. |
Eigenschapdetails
beginCreateOrUpdate
Waarschuwing
Deze API is nu afgeschaft.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
Waarde van eigenschap
(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
beginCreateOrUpdateAndWait
Waarschuwing
Deze API is nu afgeschaft.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<LicenseProfile>
Waarde van eigenschap
(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<LicenseProfile>
beginDelete
Waarschuwing
Deze API is nu afgeschaft.
use delete instead
beginDelete: (resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Waarde van eigenschap
(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Waarschuwing
Deze API is nu afgeschaft.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<void>
Waarde van eigenschap
(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<void>
beginUpdate
Waarschuwing
Deze API is nu afgeschaft.
use update instead
beginUpdate: (resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
Waarde van eigenschap
(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
beginUpdateAndWait
Waarschuwing
Deze API is nu afgeschaft.
use update instead
beginUpdateAndWait: (resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<LicenseProfile>
Waarde van eigenschap
(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<LicenseProfile>
createOrUpdate
De bewerking voor het maken of bijwerken van een licentieprofiel.
createOrUpdate: (resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>
Waarde van eigenschap
(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>
delete
De bewerking voor het verwijderen van een licentieprofiel.
delete: (resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Waarde van eigenschap
(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Hiermee wordt informatie opgehaald over de weergave van een licentieprofiel.
get: (resourceGroupName: string, machineName: string, options?: LicenseProfilesGetOptionalParams) => Promise<LicenseProfile>
Waarde van eigenschap
(resourceGroupName: string, machineName: string, options?: LicenseProfilesGetOptionalParams) => Promise<LicenseProfile>
list
De bewerking om alle licentieprofielen van een niet-Azure-machine op te halen
list: (resourceGroupName: string, machineName: string, options?: LicenseProfilesListOptionalParams) => PagedAsyncIterableIterator<LicenseProfile, LicenseProfile[], PageSettings>
Waarde van eigenschap
(resourceGroupName: string, machineName: string, options?: LicenseProfilesListOptionalParams) => PagedAsyncIterableIterator<LicenseProfile, LicenseProfile[], PageSettings>
update
De bewerking voor het bijwerken van een licentieprofiel.
update: (resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>
Waarde van eigenschap
(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>