TrafficControllerInterface interface
表示 TrafficControllerInterface 的介面。
方法
begin |
建立 TrafficController |
begin |
建立 TrafficController |
begin |
刪除 TrafficController |
begin |
刪除 TrafficController |
get(string, string, Traffic |
取得 TrafficController |
list |
依資源群組列出 TrafficController 資源 |
list |
依訂用帳戶識別碼列出 TrafficController 資源 |
update(string, string, Traffic |
更新 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
資源建立參數。
選項參數。
傳回
Promise<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
路徑的流量控制器名稱
選項參數。
傳回
Promise<TrafficController>
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
要更新的資源屬性。
選項參數。
傳回
Promise<TrafficController>