EnergyServices interface
代表 EnergyServices 的介面。
方法
begin |
如果已訂閱 ResourceCreationBegin 觸發程式,就會呼叫的方法。 |
begin |
如果已訂閱 ResourceCreationBegin 觸發程式,就會呼叫的方法。 |
begin |
刪除 oep 資源 |
begin |
刪除 oep 資源 |
get(string, string, Energy |
傳回指定名稱的 oep 資源。 |
list |
傳回 oep 資源的清單。 |
list |
列出指定 Azure 訂用帳戶識別碼下的 oep 資源集合。 |
update(string, string, Energy |
方法詳細資料
beginCreate(string, string, EnergyServicesCreateOptionalParams)
如果已訂閱 ResourceCreationBegin 觸發程式,就會呼叫的方法。
function beginCreate(resourceGroupName: string, resourceName: string, options?: EnergyServicesCreateOptionalParams): Promise<PollerLike<PollOperationState<EnergyService>, EnergyService>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
資源名稱。
選項參數。
傳回
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
資源名稱。
選項參數。
傳回
Promise<EnergyService>
beginDelete(string, string, EnergyServicesDeleteOptionalParams)
刪除 oep 資源
function beginDelete(resourceGroupName: string, resourceName: string, options?: EnergyServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
資源名稱。
選項參數。
傳回
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
資源名稱。
選項參數。
傳回
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
資源群組的名稱。 名稱不區分大小寫。
選項參數。
傳回
listBySubscription(EnergyServicesListBySubscriptionOptionalParams)
列出指定 Azure 訂用帳戶識別碼下的 oep 資源集合。
function listBySubscription(options?: EnergyServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<EnergyService, EnergyService[], PageSettings>
參數
選項參數。
傳回
update(string, string, EnergyServicesUpdateOptionalParams)
function update(resourceGroupName: string, resourceName: string, options?: EnergyServicesUpdateOptionalParams): Promise<EnergyService>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
資源名稱。
選項參數。
傳回
Promise<EnergyService>