Partager via


FrontendsInterface interface

Interface représentant un FrontendsInterface.

Méthodes

beginCreateOrUpdate(string, string, string, Frontend, FrontendsInterfaceCreateOrUpdateOptionalParams)

Créer un serveur frontal

beginCreateOrUpdateAndWait(string, string, string, Frontend, FrontendsInterfaceCreateOrUpdateOptionalParams)

Créer un serveur frontal

beginDelete(string, string, string, FrontendsInterfaceDeleteOptionalParams)

Supprimer un serveur frontal

beginDeleteAndWait(string, string, string, FrontendsInterfaceDeleteOptionalParams)

Supprimer un serveur frontal

get(string, string, string, FrontendsInterfaceGetOptionalParams)

Obtenir un serveur frontal

listByTrafficController(string, string, FrontendsInterfaceListByTrafficControllerOptionalParams)

Répertorier les ressources frontend par TrafficController

update(string, string, string, FrontendUpdate, FrontendsInterfaceUpdateOptionalParams)

Mettre à jour un serveur frontal

Détails de la méthode

beginCreateOrUpdate(string, string, string, Frontend, FrontendsInterfaceCreateOrUpdateOptionalParams)

Créer un serveur frontal

function beginCreateOrUpdate(resourceGroupName: string, trafficControllerName: string, frontendName: string, resource: Frontend, options?: FrontendsInterfaceCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Frontend>, Frontend>>

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

frontendName

string

Serveurs front-end

resource
Frontend

Paramètres de création de ressource.

options
FrontendsInterfaceCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

beginCreateOrUpdateAndWait(string, string, string, Frontend, FrontendsInterfaceCreateOrUpdateOptionalParams)

Créer un serveur frontal

function beginCreateOrUpdateAndWait(resourceGroupName: string, trafficControllerName: string, frontendName: string, resource: Frontend, options?: FrontendsInterfaceCreateOrUpdateOptionalParams): Promise<Frontend>

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

frontendName

string

Serveurs front-end

resource
Frontend

Paramètres de création de ressource.

options
FrontendsInterfaceCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<Frontend>

beginDelete(string, string, string, FrontendsInterfaceDeleteOptionalParams)

Supprimer un serveur frontal

function beginDelete(resourceGroupName: string, trafficControllerName: string, frontendName: string, options?: FrontendsInterfaceDeleteOptionalParams): 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

frontendName

string

Serveurs front-end

options
FrontendsInterfaceDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, FrontendsInterfaceDeleteOptionalParams)

Supprimer un serveur frontal

function beginDeleteAndWait(resourceGroupName: string, trafficControllerName: string, frontendName: string, options?: FrontendsInterfaceDeleteOptionalParams): 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

frontendName

string

Serveurs front-end

options
FrontendsInterfaceDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, FrontendsInterfaceGetOptionalParams)

Obtenir un serveur frontal

function get(resourceGroupName: string, trafficControllerName: string, frontendName: string, options?: FrontendsInterfaceGetOptionalParams): Promise<Frontend>

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

frontendName

string

Serveurs front-end

options
FrontendsInterfaceGetOptionalParams

Paramètres d’options.

Retours

Promise<Frontend>

listByTrafficController(string, string, FrontendsInterfaceListByTrafficControllerOptionalParams)

Répertorier les ressources frontend par TrafficController

function listByTrafficController(resourceGroupName: string, trafficControllerName: string, options?: FrontendsInterfaceListByTrafficControllerOptionalParams): PagedAsyncIterableIterator<Frontend, Frontend[], PageSettings>

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

Retours

update(string, string, string, FrontendUpdate, FrontendsInterfaceUpdateOptionalParams)

Mettre à jour un serveur frontal

function update(resourceGroupName: string, trafficControllerName: string, frontendName: string, properties: FrontendUpdate, options?: FrontendsInterfaceUpdateOptionalParams): Promise<Frontend>

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

frontendName

string

Serveurs front-end

properties
FrontendUpdate

Propriétés de ressource à mettre à jour.

options
FrontendsInterfaceUpdateOptionalParams

Paramètres d’options.

Retours

Promise<Frontend>