LicensesOperations interface
ライセンス操作を表すインターフェース。
プロパティ
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
ライセンスを作成または更新する操作。 |
| delete | ライセンスを削除する操作。 |
| get | ライセンスのビューに関する情報を取得します。 |
| list |
Azure 以外のマシンのすべてのライセンスを取得する操作 |
| list |
Azure 以外のマシンのすべてのライセンスを取得する操作 |
| update | ライセンスを更新する操作。 |
| validate |
ライセンスを検証する操作。 |
プロパティの詳細
beginCreateOrUpdate
警告
この API は非推奨になりました。
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
プロパティ値
(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
beginCreateOrUpdateAndWait
警告
この API は非推奨になりました。
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<License>
プロパティ値
(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => Promise<License>
beginDelete
警告
この API は非推奨になりました。
use delete instead
beginDelete: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
プロパティ値
(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
警告
この API は非推奨になりました。
use delete instead
beginDeleteAndWait: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<void>
プロパティ値
(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => Promise<void>
beginUpdate
警告
この API は非推奨になりました。
use update instead
beginUpdate: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
プロパティ値
(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
beginUpdateAndWait
警告
この API は非推奨になりました。
use update instead
beginUpdateAndWait: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<License>
プロパティ値
(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => Promise<License>
beginValidateLicense
警告
この API は非推奨になりました。
use validateLicense instead
beginValidateLicense: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
プロパティ値
(parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<SimplePollerLike<OperationState<License>, License>>
beginValidateLicenseAndWait
警告
この API は非推奨になりました。
use validateLicense instead
beginValidateLicenseAndWait: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<License>
プロパティ値
(parameters: License, options?: LicensesValidateLicenseOptionalParams) => Promise<License>
createOrUpdate
ライセンスを作成または更新する操作。
createOrUpdate: (resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>
プロパティ値
(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>
delete
ライセンスを削除する操作。
delete: (resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
ライセンスのビューに関する情報を取得します。
get: (resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>
プロパティ値
(resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>
listByResourceGroup
Azure 以外のマシンのすべてのライセンスを取得する操作
listByResourceGroup: (resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
プロパティ値
(resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
listBySubscription
Azure 以外のマシンのすべてのライセンスを取得する操作
listBySubscription: (options?: LicensesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
プロパティ値
(options?: LicensesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
update
ライセンスを更新する操作。
update: (resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => PollerLike<OperationState<License>, License>
プロパティ値
(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams) => PollerLike<OperationState<License>, License>
validateLicense
ライセンスを検証する操作。
validateLicense: (parameters: License, options?: LicensesValidateLicenseOptionalParams) => PollerLike<OperationState<License>, License>
プロパティ値
(parameters: License, options?: LicensesValidateLicenseOptionalParams) => PollerLike<OperationState<License>, License>