Compartir a través de


FqdnListGlobalRulestack interface

Interfaz que representa un FqdnListGlobalRulestack.

Métodos

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Creación de un FqdnListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Creación de un FqdnListGlobalRulestackResource

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Eliminar un FqdnListGlobalRulestackResource

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Eliminar un FqdnListGlobalRulestackResource

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Obtener un FqdnListGlobalRulestackResource

list(string, FqdnListGlobalRulestackListOptionalParams)

Enumerar recursos FqdnListGlobalRulestackResource por inquilino

Detalles del método

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Creación de un FqdnListGlobalRulestackResource

function beginCreateOrUpdate(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FqdnListGlobalRulestackResource>, FqdnListGlobalRulestackResource>>

Parámetros

globalRulestackName

string

Nombre del recurso GlobalRulestack

name

string

fqdn list name

resource
FqdnListGlobalRulestackResource

Parámetros de creación de recursos.

options
FqdnListGlobalRulestackCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Creación de un FqdnListGlobalRulestackResource

function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListGlobalRulestackResource>

Parámetros

globalRulestackName

string

Nombre del recurso GlobalRulestack

name

string

fqdn list name

resource
FqdnListGlobalRulestackResource

Parámetros de creación de recursos.

options
FqdnListGlobalRulestackCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Eliminar un FqdnListGlobalRulestackResource

function beginDelete(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parámetros

globalRulestackName

string

Nombre del recurso GlobalRulestack

name

string

fqdn list name

options
FqdnListGlobalRulestackDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Eliminar un FqdnListGlobalRulestackResource

function beginDeleteAndWait(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackDeleteOptionalParams): Promise<void>

Parámetros

globalRulestackName

string

Nombre del recurso GlobalRulestack

name

string

fqdn list name

options
FqdnListGlobalRulestackDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Obtener un FqdnListGlobalRulestackResource

function get(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackGetOptionalParams): Promise<FqdnListGlobalRulestackResource>

Parámetros

globalRulestackName

string

Nombre del recurso GlobalRulestack

name

string

fqdn list name

options
FqdnListGlobalRulestackGetOptionalParams

Parámetros de opciones.

Devoluciones

list(string, FqdnListGlobalRulestackListOptionalParams)

Enumerar recursos FqdnListGlobalRulestackResource por inquilino

function list(globalRulestackName: string, options?: FqdnListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<FqdnListGlobalRulestackResource, FqdnListGlobalRulestackResource[], PageSettings>

Parámetros

globalRulestackName

string

Nombre del recurso GlobalRulestack

options
FqdnListGlobalRulestackListOptionalParams

Parámetros de opciones.

Devoluciones