Condividi tramite


FrontendsInterface interface

Interfaccia che rappresenta un front-endsInterface.

Metodi

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

Creare un front-end

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

Creare un front-end

beginDelete(string, string, string, FrontendsInterfaceDeleteOptionalParams)

Eliminare un front-end

beginDeleteAndWait(string, string, string, FrontendsInterfaceDeleteOptionalParams)

Eliminare un front-end

get(string, string, string, FrontendsInterfaceGetOptionalParams)

Ottenere un front-end

listByTrafficController(string, string, FrontendsInterfaceListByTrafficControllerOptionalParams)

Elencare le risorse front-end da TrafficController

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

Aggiornare un front-end

Dettagli metodo

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

Creare un front-end

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

trafficControllerName

string

nome del controller di traffico per percorso

frontendName

string

Frontends

resource
Frontend

Parametri di creazione delle risorse.

options
FrontendsInterfaceCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

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

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

Creare un front-end

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

trafficControllerName

string

nome del controller di traffico per percorso

frontendName

string

Frontends

resource
Frontend

Parametri di creazione delle risorse.

options
FrontendsInterfaceCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<Frontend>

beginDelete(string, string, string, FrontendsInterfaceDeleteOptionalParams)

Eliminare un front-end

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

trafficControllerName

string

nome del controller di traffico per percorso

frontendName

string

Frontends

options
FrontendsInterfaceDeleteOptionalParams

Parametri delle opzioni.

Restituisce

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

beginDeleteAndWait(string, string, string, FrontendsInterfaceDeleteOptionalParams)

Eliminare un front-end

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

trafficControllerName

string

nome del controller di traffico per percorso

frontendName

string

Frontends

options
FrontendsInterfaceDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

get(string, string, string, FrontendsInterfaceGetOptionalParams)

Ottenere un front-end

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

trafficControllerName

string

nome del controller di traffico per percorso

frontendName

string

Frontends

options
FrontendsInterfaceGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<Frontend>

listByTrafficController(string, string, FrontendsInterfaceListByTrafficControllerOptionalParams)

Elencare le risorse front-end da TrafficController

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

trafficControllerName

string

nome del controller di traffico per percorso

Restituisce

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

Aggiornare un front-end

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

trafficControllerName

string

nome del controller di traffico per percorso

frontendName

string

Frontends

properties
FrontendUpdate

Proprietà delle risorse da aggiornare.

options
FrontendsInterfaceUpdateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<Frontend>