LicenseProfilesOperations interface
Interface representing a LicenseProfiles operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
The operation to create or update a license profile. |
| delete | The operation to delete a license profile. |
| get | Retrieves information about the view of a license profile. |
| list | The operation to get all license profiles of a non-Azure machine |
| update | The operation to update a license profile. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
Property Value
(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<LicenseProfile>
Property Value
(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => Promise<LicenseProfile>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<void>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
Property Value
(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<LicenseProfile>
Property Value
(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => Promise<LicenseProfile>
createOrUpdate
The operation to create or update a license profile.
createOrUpdate: (resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>
Property Value
(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>
delete
The operation to delete a license profile.
delete: (resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Retrieves information about the view of a license profile.
get: (resourceGroupName: string, machineName: string, options?: LicenseProfilesGetOptionalParams) => Promise<LicenseProfile>
Property Value
(resourceGroupName: string, machineName: string, options?: LicenseProfilesGetOptionalParams) => Promise<LicenseProfile>
list
The operation to get all license profiles of a non-Azure machine
list: (resourceGroupName: string, machineName: string, options?: LicenseProfilesListOptionalParams) => PagedAsyncIterableIterator<LicenseProfile, LicenseProfile[], PageSettings>
Property Value
(resourceGroupName: string, machineName: string, options?: LicenseProfilesListOptionalParams) => PagedAsyncIterableIterator<LicenseProfile, LicenseProfile[], PageSettings>
update
The operation to update a license profile.
update: (resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>
Property Value
(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>