共用方式為


TrafficControllerInterface interface

表示 TrafficControllerInterface 的介面。

方法

beginCreateOrUpdate(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)

建立 TrafficController

beginCreateOrUpdateAndWait(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)

建立 TrafficController

beginDelete(string, string, TrafficControllerInterfaceDeleteOptionalParams)

刪除 TrafficController

beginDeleteAndWait(string, string, TrafficControllerInterfaceDeleteOptionalParams)

刪除 TrafficController

get(string, string, TrafficControllerInterfaceGetOptionalParams)

取得 TrafficController

listByResourceGroup(string, TrafficControllerInterfaceListByResourceGroupOptionalParams)

依資源群組列出 TrafficController 資源

listBySubscription(TrafficControllerInterfaceListBySubscriptionOptionalParams)

依訂用帳戶識別碼列出 TrafficController 資源

update(string, string, TrafficControllerUpdate, TrafficControllerInterfaceUpdateOptionalParams)

更新 TrafficController

方法詳細資料

beginCreateOrUpdate(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)

建立 TrafficController

function beginCreateOrUpdate(resourceGroupName: string, trafficControllerName: string, resource: TrafficController, options?: TrafficControllerInterfaceCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TrafficController>, TrafficController>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

trafficControllerName

string

路徑的流量控制器名稱

resource
TrafficController

資源建立參數。

傳回

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

beginCreateOrUpdateAndWait(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)

建立 TrafficController

function beginCreateOrUpdateAndWait(resourceGroupName: string, trafficControllerName: string, resource: TrafficController, options?: TrafficControllerInterfaceCreateOrUpdateOptionalParams): Promise<TrafficController>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

trafficControllerName

string

路徑的流量控制器名稱

resource
TrafficController

資源建立參數。

傳回

beginDelete(string, string, TrafficControllerInterfaceDeleteOptionalParams)

刪除 TrafficController

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

trafficControllerName

string

路徑的流量控制器名稱

傳回

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

beginDeleteAndWait(string, string, TrafficControllerInterfaceDeleteOptionalParams)

刪除 TrafficController

function beginDeleteAndWait(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

trafficControllerName

string

路徑的流量控制器名稱

傳回

Promise<void>

get(string, string, TrafficControllerInterfaceGetOptionalParams)

取得 TrafficController

function get(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceGetOptionalParams): Promise<TrafficController>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

trafficControllerName

string

路徑的流量控制器名稱

傳回

listByResourceGroup(string, TrafficControllerInterfaceListByResourceGroupOptionalParams)

依資源群組列出 TrafficController 資源

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

傳回

listBySubscription(TrafficControllerInterfaceListBySubscriptionOptionalParams)

依訂用帳戶識別碼列出 TrafficController 資源

function listBySubscription(options?: TrafficControllerInterfaceListBySubscriptionOptionalParams): PagedAsyncIterableIterator<TrafficController, TrafficController[], PageSettings>

參數

傳回

update(string, string, TrafficControllerUpdate, TrafficControllerInterfaceUpdateOptionalParams)

更新 TrafficController

function update(resourceGroupName: string, trafficControllerName: string, properties: TrafficControllerUpdate, options?: TrafficControllerInterfaceUpdateOptionalParams): Promise<TrafficController>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

trafficControllerName

string

路徑的流量控制器名稱

properties
TrafficControllerUpdate

要更新的資源屬性。

傳回