LicenseProfilesOperations interface

LicenseProfiles操作を表すインターフェース。

プロパティ

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

ライセンスプロファイルを作成または更新する操作。

delete

ライセンス プロファイルを削除する操作。

get

ライセンス プロファイルのビューに関する情報を取得します。

list

Azure 以外のマシンのすべてのライセンス プロファイルを取得する操作

update

ライセンス プロファイルを更新する操作。

プロパティの詳細

beginCreateOrUpdate

警告

この API は非推奨になりました。

use createOrUpdate instead

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

プロパティ値

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

beginCreateOrUpdateAndWait

警告

この API は非推奨になりました。

use createOrUpdate instead

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

プロパティ値

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

beginDelete

警告

この API は非推奨になりました。

use delete instead

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

プロパティ値

(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

この API は非推奨になりました。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => Promise<void>

beginUpdate

警告

この API は非推奨になりました。

use update instead

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

プロパティ値

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

beginUpdateAndWait

警告

この API は非推奨になりました。

use update instead

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

プロパティ値

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

createOrUpdate

ライセンスプロファイルを作成または更新する操作。

createOrUpdate: (resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>

プロパティ値

(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>

delete

ライセンス プロファイルを削除する操作。

delete: (resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

ライセンス プロファイルのビューに関する情報を取得します。

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

プロパティ値

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

list

Azure 以外のマシンのすべてのライセンス プロファイルを取得する操作

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

プロパティ値

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

update

ライセンス プロファイルを更新する操作。

update: (resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>

プロパティ値

(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams) => PollerLike<OperationState<LicenseProfile>, LicenseProfile>