TrafficControllerInterfaceOperations interface
代表 TrafficControllerInterface 作業的介面。
屬性
create |
建立 TrafficController |
delete | 刪除 TrafficController |
get | 取得 TrafficController |
list |
依資源群組列出流量控制者資源 |
list |
依訂用帳戶標識碼列出 TrafficController 資源 |
update | 更新 TrafficController |
屬性詳細資料
createOrUpdate
建立 TrafficController
createOrUpdate: (resourceGroupName: string, trafficControllerName: string, resource: TrafficController, options?: TrafficControllerInterfaceCreateOrUpdateOptionalParams) => PollerLike<OperationState<TrafficController>, TrafficController>
屬性值
(resourceGroupName: string, trafficControllerName: string, resource: TrafficController, options?: TrafficControllerInterfaceCreateOrUpdateOptionalParams) => PollerLike<OperationState<TrafficController>, TrafficController>
delete
刪除 TrafficController
delete: (resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceDeleteOptionalParams) => PollerLike<OperationState<void>, void>
屬性值
(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
取得 TrafficController
get: (resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceGetOptionalParams) => Promise<TrafficController>
屬性值
(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceGetOptionalParams) => Promise<TrafficController>
listByResourceGroup
依資源群組列出流量控制者資源
listByResourceGroup: (resourceGroupName: string, options?: TrafficControllerInterfaceListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<TrafficController, TrafficController[], PageSettings>
屬性值
(resourceGroupName: string, options?: TrafficControllerInterfaceListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<TrafficController, TrafficController[], PageSettings>
listBySubscription
依訂用帳戶標識碼列出 TrafficController 資源
listBySubscription: (options?: TrafficControllerInterfaceListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<TrafficController, TrafficController[], PageSettings>
屬性值
(options?: TrafficControllerInterfaceListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<TrafficController, TrafficController[], PageSettings>
update
更新 TrafficController
update: (resourceGroupName: string, trafficControllerName: string, properties: TrafficControllerUpdate, options?: TrafficControllerInterfaceUpdateOptionalParams) => Promise<TrafficController>
屬性值
(resourceGroupName: string, trafficControllerName: string, properties: TrafficControllerUpdate, options?: TrafficControllerInterfaceUpdateOptionalParams) => Promise<TrafficController>