Udostępnij przez


TrafficControllerInterfaceOperations interface

Interfejs reprezentujący operacje TrafficControllerInterface.

Właściwości

createOrUpdate

Tworzenie kontrolera ruchu

delete

Usuwanie kontrolera ruchu

get

Uzyskiwanie kontrolera ruchu

listByResourceGroup

Wyświetlanie listy zasobów TrafficController według grupy zasobów

listBySubscription

Wyświetlanie listy zasobów TrafficController według identyfikatora subskrypcji

update

Aktualizowanie kontrolera ruchu

Szczegóły właściwości

createOrUpdate

Tworzenie kontrolera ruchu

createOrUpdate: (resourceGroupName: string, trafficControllerName: string, resource: TrafficController, options?: TrafficControllerInterfaceCreateOrUpdateOptionalParams) => PollerLike<OperationState<TrafficController>, TrafficController>

Wartość właściwości

(resourceGroupName: string, trafficControllerName: string, resource: TrafficController, options?: TrafficControllerInterfaceCreateOrUpdateOptionalParams) => PollerLike<OperationState<TrafficController>, TrafficController>

delete

Usuwanie kontrolera ruchu

delete: (resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Wartość właściwości

(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Uzyskiwanie kontrolera ruchu

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

Wartość właściwości

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

listByResourceGroup

Wyświetlanie listy zasobów TrafficController według grupy zasobów

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

Wartość właściwości

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

listBySubscription

Wyświetlanie listy zasobów TrafficController według identyfikatora subskrypcji

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

Wartość właściwości

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

update

Aktualizowanie kontrolera ruchu

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

Wartość właściwości

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