次の方法で共有


EnergyServices interface

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

メソッド

beginCreate(string, string, EnergyServicesCreateOptionalParams)

ResourceCreationBegin トリガーをサブスクライブした場合に呼び出されるメソッド。

beginCreateAndWait(string, string, EnergyServicesCreateOptionalParams)

ResourceCreationBegin トリガーをサブスクライブした場合に呼び出されるメソッド。

beginDelete(string, string, EnergyServicesDeleteOptionalParams)

oep リソースを削除します

beginDeleteAndWait(string, string, EnergyServicesDeleteOptionalParams)

oep リソースを削除します

get(string, string, EnergyServicesGetOptionalParams)

指定された名前の oep リソースを返します。

listByResourceGroup(string, EnergyServicesListByResourceGroupOptionalParams)

oep リソースのリストを返します。

listBySubscription(EnergyServicesListBySubscriptionOptionalParams)

指定された Azure サブスクリプション ID の下に oep リソースのコレクションを一覧表示します。

update(string, string, EnergyServicesUpdateOptionalParams)

メソッドの詳細

beginCreate(string, string, EnergyServicesCreateOptionalParams)

ResourceCreationBegin トリガーをサブスクライブした場合に呼び出されるメソッド。

function beginCreate(resourceGroupName: string, resourceName: string, options?: EnergyServicesCreateOptionalParams): Promise<PollerLike<PollOperationState<EnergyService>, EnergyService>>

パラメーター

resourceGroupName

string

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

resourceName

string

リソースの名前。

options
EnergyServicesCreateOptionalParams

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

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<EnergyService>, EnergyService>>

beginCreateAndWait(string, string, EnergyServicesCreateOptionalParams)

ResourceCreationBegin トリガーをサブスクライブした場合に呼び出されるメソッド。

function beginCreateAndWait(resourceGroupName: string, resourceName: string, options?: EnergyServicesCreateOptionalParams): Promise<EnergyService>

パラメーター

resourceGroupName

string

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

resourceName

string

リソースの名前。

options
EnergyServicesCreateOptionalParams

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

戻り値

Promise<EnergyService>

beginDelete(string, string, EnergyServicesDeleteOptionalParams)

oep リソースを削除します

function beginDelete(resourceGroupName: string, resourceName: string, options?: EnergyServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

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

resourceName

string

リソースの名前。

options
EnergyServicesDeleteOptionalParams

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

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, EnergyServicesDeleteOptionalParams)

oep リソースを削除します

function beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: EnergyServicesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

resourceName

string

リソースの名前。

options
EnergyServicesDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, EnergyServicesGetOptionalParams)

指定された名前の oep リソースを返します。

function get(resourceGroupName: string, resourceName: string, options?: EnergyServicesGetOptionalParams): Promise<EnergyService>

パラメーター

resourceGroupName

string

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

resourceName

string

リソースの名前。

options
EnergyServicesGetOptionalParams

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

戻り値

Promise<EnergyService>

listByResourceGroup(string, EnergyServicesListByResourceGroupOptionalParams)

oep リソースのリストを返します。

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

パラメーター

resourceGroupName

string

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

options
EnergyServicesListByResourceGroupOptionalParams

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

戻り値

listBySubscription(EnergyServicesListBySubscriptionOptionalParams)

指定された Azure サブスクリプション ID の下に oep リソースのコレクションを一覧表示します。

function listBySubscription(options?: EnergyServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<EnergyService, EnergyService[], PageSettings>

パラメーター

options
EnergyServicesListBySubscriptionOptionalParams

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

戻り値

update(string, string, EnergyServicesUpdateOptionalParams)

function update(resourceGroupName: string, resourceName: string, options?: EnergyServicesUpdateOptionalParams): Promise<EnergyService>

パラメーター

resourceGroupName

string

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

resourceName

string

リソースの名前。

options
EnergyServicesUpdateOptionalParams

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

戻り値

Promise<EnergyService>