Delen via


TrafficControllerInterfaceOperations interface

Interface die een TrafficControllerInterface-bewerking vertegenwoordigt.

Eigenschappen

createOrUpdate

Een TrafficController maken

delete

Een TrafficController verwijderen

get

Een TrafficController ophalen

listByResourceGroup

TrafficController-resources per resourcegroep weergeven

listBySubscription

TrafficController-resources weergeven op abonnements-id

update

Een TrafficController bijwerken

Eigenschapdetails

createOrUpdate

Een TrafficController maken

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

Waarde van eigenschap

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

delete

Een TrafficController verwijderen

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

Waarde van eigenschap

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

get

Een TrafficController ophalen

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

Waarde van eigenschap

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

listByResourceGroup

TrafficController-resources per resourcegroep weergeven

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

Waarde van eigenschap

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

listBySubscription

TrafficController-resources weergeven op abonnements-id

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

Waarde van eigenschap

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

update

Een TrafficController bijwerken

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

Waarde van eigenschap

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