你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

按订阅 ID 列出 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)

按订阅 ID 列出 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

要更新的资源属性。

返回