TrafficControllerInterface interface
Schnittstelle, die ein TrafficControllerInterface darstellt.
Methoden
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.
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<TrafficController>, TrafficController>>
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.
Die Optionsparameter.
Gibt zurück
Promise<TrafficController>
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
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.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
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
Die Optionsparameter.
Gibt zurück
Promise<TrafficController>
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.
Die Optionsparameter.
Gibt zurück
listBySubscription(TrafficControllerInterfaceListBySubscriptionOptionalParams)
Auflisten von TrafficController-Ressourcen nach Abonnement-ID
function listBySubscription(options?: TrafficControllerInterfaceListBySubscriptionOptionalParams): PagedAsyncIterableIterator<TrafficController, TrafficController[], PageSettings>
Parameter
Die Optionsparameter.
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.
Die Optionsparameter.
Gibt zurück
Promise<TrafficController>