Delen via


TrafficControllerInterface interface

Interface die een TrafficControllerInterface vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)

Een TrafficController maken

beginCreateOrUpdateAndWait(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)

Een TrafficController maken

beginDelete(string, string, TrafficControllerInterfaceDeleteOptionalParams)

Een TrafficController verwijderen

beginDeleteAndWait(string, string, TrafficControllerInterfaceDeleteOptionalParams)

Een TrafficController verwijderen

get(string, string, TrafficControllerInterfaceGetOptionalParams)

Een TrafficController ophalen

listByResourceGroup(string, TrafficControllerInterfaceListByResourceGroupOptionalParams)

TrafficController-resources per resourcegroep weergeven

listBySubscription(TrafficControllerInterfaceListBySubscriptionOptionalParams)

TrafficController-resources weergeven op abonnements-id

update(string, string, TrafficControllerUpdate, TrafficControllerInterfaceUpdateOptionalParams)

Een TrafficController bijwerken

Methodedetails

beginCreateOrUpdate(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)

Een TrafficController maken

function beginCreateOrUpdate(resourceGroupName: string, trafficControllerName: string, resource: TrafficController, options?: TrafficControllerInterfaceCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TrafficController>, TrafficController>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

trafficControllerName

string

verkeerscontrollernaam voor pad

resource
TrafficController

Parameters voor het maken van resources.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<TrafficController>, TrafficController>>

beginCreateOrUpdateAndWait(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)

Een TrafficController maken

function beginCreateOrUpdateAndWait(resourceGroupName: string, trafficControllerName: string, resource: TrafficController, options?: TrafficControllerInterfaceCreateOrUpdateOptionalParams): Promise<TrafficController>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

trafficControllerName

string

verkeerscontrollernaam voor pad

resource
TrafficController

Parameters voor het maken van resources.

Retouren

beginDelete(string, string, TrafficControllerInterfaceDeleteOptionalParams)

Een TrafficController verwijderen

function beginDelete(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

trafficControllerName

string

verkeerscontrollernaam voor pad

options
TrafficControllerInterfaceDeleteOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, TrafficControllerInterfaceDeleteOptionalParams)

Een TrafficController verwijderen

function beginDeleteAndWait(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

trafficControllerName

string

verkeerscontrollernaam voor pad

options
TrafficControllerInterfaceDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, TrafficControllerInterfaceGetOptionalParams)

Een TrafficController ophalen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

trafficControllerName

string

verkeerscontrollernaam voor pad

options
TrafficControllerInterfaceGetOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, TrafficControllerInterfaceListByResourceGroupOptionalParams)

TrafficController-resources per resourcegroep weergeven

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

Retouren

listBySubscription(TrafficControllerInterfaceListBySubscriptionOptionalParams)

TrafficController-resources weergeven op abonnements-id

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

Parameters

Retouren

update(string, string, TrafficControllerUpdate, TrafficControllerInterfaceUpdateOptionalParams)

Een TrafficController bijwerken

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

trafficControllerName

string

verkeerscontrollernaam voor pad

properties
TrafficControllerUpdate

De resource-eigenschappen die moeten worden bijgewerkt.

options
TrafficControllerInterfaceUpdateOptionalParams

De optiesparameters.

Retouren