TrafficControllerInterface interface
Interface représentant un TrafficControllerInterface.
Méthodes
Détails de la méthode
beginCreateOrUpdate(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)
Créer un TrafficController
function beginCreateOrUpdate(resourceGroupName: string, trafficControllerName: string, resource: TrafficController, options?: TrafficControllerInterfaceCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TrafficController>, TrafficController>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- trafficControllerName
-
string
nom du contrôleur de trafic pour le chemin d’accès
- resource
- TrafficController
Paramètres de création de ressource.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<TrafficController>, TrafficController>>
beginCreateOrUpdateAndWait(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)
Créer un TrafficController
function beginCreateOrUpdateAndWait(resourceGroupName: string, trafficControllerName: string, resource: TrafficController, options?: TrafficControllerInterfaceCreateOrUpdateOptionalParams): Promise<TrafficController>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- trafficControllerName
-
string
nom du contrôleur de trafic pour le chemin d’accès
- resource
- TrafficController
Paramètres de création de ressource.
Paramètres d’options.
Retours
Promise<TrafficController>
beginDelete(string, string, TrafficControllerInterfaceDeleteOptionalParams)
Supprimer un TrafficController
function beginDelete(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- trafficControllerName
-
string
nom du contrôleur de trafic pour le chemin d’accès
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, TrafficControllerInterfaceDeleteOptionalParams)
Supprimer un TrafficController
function beginDeleteAndWait(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceDeleteOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- trafficControllerName
-
string
nom du contrôleur de trafic pour le chemin d’accès
Paramètres d’options.
Retours
Promise<void>
get(string, string, TrafficControllerInterfaceGetOptionalParams)
Obtenir un TrafficController
function get(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceGetOptionalParams): Promise<TrafficController>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- trafficControllerName
-
string
nom du contrôleur de trafic pour le chemin d’accès
Paramètres d’options.
Retours
Promise<TrafficController>
listByResourceGroup(string, TrafficControllerInterfaceListByResourceGroupOptionalParams)
Répertorier les ressources TrafficController par groupe de ressources
function listByResourceGroup(resourceGroupName: string, options?: TrafficControllerInterfaceListByResourceGroupOptionalParams): PagedAsyncIterableIterator<TrafficController, TrafficController[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
Paramètres d’options.
Retours
listBySubscription(TrafficControllerInterfaceListBySubscriptionOptionalParams)
Répertorier les ressources TrafficController par ID d’abonnement
function listBySubscription(options?: TrafficControllerInterfaceListBySubscriptionOptionalParams): PagedAsyncIterableIterator<TrafficController, TrafficController[], PageSettings>
Paramètres
Paramètres d’options.
Retours
update(string, string, TrafficControllerUpdate, TrafficControllerInterfaceUpdateOptionalParams)
Mettre à jour un TrafficController
function update(resourceGroupName: string, trafficControllerName: string, properties: TrafficControllerUpdate, options?: TrafficControllerInterfaceUpdateOptionalParams): Promise<TrafficController>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- trafficControllerName
-
string
nom du contrôleur de trafic pour le chemin d’accès
- properties
- TrafficControllerUpdate
Propriétés de ressource à mettre à jour.
Paramètres d’options.
Retours
Promise<TrafficController>