Freigeben über


TrafficControllerInterface interface

Schnittstelle, die ein TrafficControllerInterface darstellt.

Methoden

beginCreateOrUpdate(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)

Erstellen eines TrafficControllers

beginCreateOrUpdateAndWait(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)

Erstellen eines TrafficControllers

beginDelete(string, string, TrafficControllerInterfaceDeleteOptionalParams)

Löschen eines TrafficControllers

beginDeleteAndWait(string, string, TrafficControllerInterfaceDeleteOptionalParams)

Löschen eines TrafficControllers

get(string, string, TrafficControllerInterfaceGetOptionalParams)

Abrufen eines TrafficControllers

listByResourceGroup(string, TrafficControllerInterfaceListByResourceGroupOptionalParams)

Auflisten von TrafficController-Ressourcen nach Ressourcengruppe

listBySubscription(TrafficControllerInterfaceListBySubscriptionOptionalParams)

Auflisten von TrafficController-Ressourcen nach Abonnement-ID

update(string, string, TrafficControllerUpdate, TrafficControllerInterfaceUpdateOptionalParams)

Aktualisieren eines TrafficControllers

Details zur Methode

beginCreateOrUpdate(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)

Erstellen eines TrafficControllers

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

trafficControllerName

string

Name des Datenverkehrscontrollers für den Pfad

resource
TrafficController

Ressourcenerstellungsparameter.

Gibt zurück

beginCreateOrUpdateAndWait(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)

Erstellen eines TrafficControllers

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

trafficControllerName

string

Name des Datenverkehrscontrollers für den Pfad

resource
TrafficController

Ressourcenerstellungsparameter.

Gibt zurück

beginDelete(string, string, TrafficControllerInterfaceDeleteOptionalParams)

Löschen eines TrafficControllers

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

trafficControllerName

string

Name des Datenverkehrscontrollers für den Pfad

options
TrafficControllerInterfaceDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, TrafficControllerInterfaceDeleteOptionalParams)

Löschen eines TrafficControllers

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

trafficControllerName

string

Name des Datenverkehrscontrollers für den Pfad

options
TrafficControllerInterfaceDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

get(string, string, TrafficControllerInterfaceGetOptionalParams)

Abrufen eines TrafficControllers

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

trafficControllerName

string

Name des Datenverkehrscontrollers für den Pfad

options
TrafficControllerInterfaceGetOptionalParams

Die Optionsparameter.

Gibt zurück

listByResourceGroup(string, TrafficControllerInterfaceListByResourceGroupOptionalParams)

Auflisten von TrafficController-Ressourcen nach Ressourcengruppe

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

Gibt zurück

listBySubscription(TrafficControllerInterfaceListBySubscriptionOptionalParams)

Auflisten von TrafficController-Ressourcen nach Abonnement-ID

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

Parameter

Gibt zurück

update(string, string, TrafficControllerUpdate, TrafficControllerInterfaceUpdateOptionalParams)

Aktualisieren eines TrafficControllers

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

trafficControllerName

string

Name des Datenverkehrscontrollers für den Pfad

properties
TrafficControllerUpdate

Die zu aktualisierenden Ressourceneigenschaften.

options
TrafficControllerInterfaceUpdateOptionalParams

Die Optionsparameter.

Gibt zurück