次の方法で共有


Licenses interface

ライセンスを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, License, LicensesCreateOrUpdateOptionalParams)

ライセンスを作成または更新する操作。

beginCreateOrUpdateAndWait(string, string, License, LicensesCreateOrUpdateOptionalParams)

ライセンスを作成または更新する操作。

beginDelete(string, string, LicensesDeleteOptionalParams)

ライセンスを削除する操作。

beginDeleteAndWait(string, string, LicensesDeleteOptionalParams)

ライセンスを削除する操作。

beginUpdate(string, string, LicenseUpdate, LicensesUpdateOptionalParams)

ライセンスを更新する操作。

beginUpdateAndWait(string, string, LicenseUpdate, LicensesUpdateOptionalParams)

ライセンスを更新する操作。

beginValidateLicense(License, LicensesValidateLicenseOptionalParams)

ライセンスを検証する操作。

beginValidateLicenseAndWait(License, LicensesValidateLicenseOptionalParams)

ライセンスを検証する操作。

get(string, string, LicensesGetOptionalParams)

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

listByResourceGroup(string, LicensesListByResourceGroupOptionalParams)

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

listBySubscription(LicensesListBySubscriptionOptionalParams)

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

メソッドの詳細

beginCreateOrUpdate(string, string, License, LicensesCreateOrUpdateOptionalParams)

ライセンスを作成または更新する操作。

function beginCreateOrUpdate(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<License>, License>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

licenseName

string

ライセンスの名前。

parameters
License

ライセンスの作成操作に指定されたパラメーター。

options
LicensesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<License>, License>>

beginCreateOrUpdateAndWait(string, string, License, LicensesCreateOrUpdateOptionalParams)

ライセンスを作成または更新する操作。

function beginCreateOrUpdateAndWait(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams): Promise<License>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

licenseName

string

ライセンスの名前。

parameters
License

ライセンスの作成操作に指定されたパラメーター。

options
LicensesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<License>

beginDelete(string, string, LicensesDeleteOptionalParams)

ライセンスを削除する操作。

function beginDelete(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

licenseName

string

ライセンスの名前。

options
LicensesDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, LicensesDeleteOptionalParams)

ライセンスを削除する操作。

function beginDeleteAndWait(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

licenseName

string

ライセンスの名前。

options
LicensesDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, LicenseUpdate, LicensesUpdateOptionalParams)

ライセンスを更新する操作。

function beginUpdate(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<License>, License>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

licenseName

string

ライセンスの名前。

parameters
LicenseUpdate

更新ライセンス操作に指定されたパラメーター。

options
LicensesUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<License>, License>>

beginUpdateAndWait(string, string, LicenseUpdate, LicensesUpdateOptionalParams)

ライセンスを更新する操作。

function beginUpdateAndWait(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams): Promise<License>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

licenseName

string

ライセンスの名前。

parameters
LicenseUpdate

更新ライセンス操作に指定されたパラメーター。

options
LicensesUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<License>

beginValidateLicense(License, LicensesValidateLicenseOptionalParams)

ライセンスを検証する操作。

function beginValidateLicense(parameters: License, options?: LicensesValidateLicenseOptionalParams): Promise<SimplePollerLike<OperationState<License>, License>>

パラメーター

parameters
License

ライセンス検証操作に指定されたパラメーター。

options
LicensesValidateLicenseOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<License>, License>>

beginValidateLicenseAndWait(License, LicensesValidateLicenseOptionalParams)

ライセンスを検証する操作。

function beginValidateLicenseAndWait(parameters: License, options?: LicensesValidateLicenseOptionalParams): Promise<License>

パラメーター

parameters
License

ライセンス検証操作に指定されたパラメーター。

options
LicensesValidateLicenseOptionalParams

オプション パラメーター。

戻り値

Promise<License>

get(string, string, LicensesGetOptionalParams)

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

function get(resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams): Promise<License>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

licenseName

string

ライセンスの名前。

options
LicensesGetOptionalParams

オプション パラメーター。

戻り値

Promise<License>

listByResourceGroup(string, LicensesListByResourceGroupOptionalParams)

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

function listByResourceGroup(resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<License, License[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

options
LicensesListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listBySubscription(LicensesListBySubscriptionOptionalParams)

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

function listBySubscription(options?: LicensesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<License, License[], PageSettings>

パラメーター

options
LicensesListBySubscriptionOptionalParams

オプション パラメーター。

戻り値