次の方法で共有


LicenseProfiles interface

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

メソッド

beginCreateOrUpdate(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

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

beginDelete(string, string, LicenseProfilesDeleteOptionalParams)

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

beginDeleteAndWait(string, string, LicenseProfilesDeleteOptionalParams)

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

beginUpdate(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

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

beginUpdateAndWait(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

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

get(string, string, LicenseProfilesGetOptionalParams)

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

list(string, string, LicenseProfilesListOptionalParams)

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

メソッドの詳細

beginCreateOrUpdate(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

machineName

string

ハイブリッド マシンの名前。

parameters
LicenseProfile

ライセンス プロファイルの作成または更新操作に指定されたパラメーター。

options
LicenseProfilesCreateOrUpdateOptionalParams

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

戻り値

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

beginCreateOrUpdateAndWait(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

machineName

string

ハイブリッド マシンの名前。

parameters
LicenseProfile

ライセンス プロファイルの作成または更新操作に指定されたパラメーター。

options
LicenseProfilesCreateOrUpdateOptionalParams

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

戻り値

Promise<LicenseProfile>

beginDelete(string, string, LicenseProfilesDeleteOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

machineName

string

ハイブリッド マシンの名前。

options
LicenseProfilesDeleteOptionalParams

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

戻り値

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

beginDeleteAndWait(string, string, LicenseProfilesDeleteOptionalParams)

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

function beginDeleteAndWait(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams): Promise<LicenseProfilesDeleteHeaders>

パラメーター

resourceGroupName

string

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

machineName

string

ハイブリッド マシンの名前。

options
LicenseProfilesDeleteOptionalParams

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

戻り値

beginUpdate(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

machineName

string

ハイブリッド マシンの名前。

parameters
LicenseProfileUpdate

ライセンス プロファイルの更新操作に指定されたパラメーター。

options
LicenseProfilesUpdateOptionalParams

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

戻り値

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

beginUpdateAndWait(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

machineName

string

ハイブリッド マシンの名前。

parameters
LicenseProfileUpdate

ライセンス プロファイルの更新操作に指定されたパラメーター。

options
LicenseProfilesUpdateOptionalParams

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

戻り値

Promise<LicenseProfile>

get(string, string, LicenseProfilesGetOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

machineName

string

ハイブリッド マシンの名前。

options
LicenseProfilesGetOptionalParams

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

戻り値

Promise<LicenseProfile>

list(string, string, LicenseProfilesListOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

machineName

string

マシンの名前。

options
LicenseProfilesListOptionalParams

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

戻り値