Compartir a través de


PrefixListGlobalRulestack interface

Interfaz que representa un prefijoListGlobalRulestack.

Métodos

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Crear un prefijoListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Crear un prefijoListGlobalRulestackResource

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Eliminar un prefijoListGlobalRulestackResource

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Eliminar un prefijoListGlobalRulestackResource

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

Obtener un prefijoListGlobalRulestackResource

list(string, PrefixListGlobalRulestackListOptionalParams)

Enumerar los recursos prefixListGlobalRulestackResource por inquilino

Detalles del método

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Crear un prefijoListGlobalRulestackResource

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

Parámetros

globalRulestackName

string

Nombre del recurso GlobalRulestack

name

string

Prioridad de regla local

resource
PrefixListGlobalRulestackResource

Parámetros de creación de recursos.

Devoluciones

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Crear un prefijoListGlobalRulestackResource

function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListGlobalRulestackResource>

Parámetros

globalRulestackName

string

Nombre del recurso GlobalRulestack

name

string

Prioridad de regla local

resource
PrefixListGlobalRulestackResource

Parámetros de creación de recursos.

Devoluciones

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Eliminar un prefijoListGlobalRulestackResource

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

Parámetros

globalRulestackName

string

Nombre del recurso GlobalRulestack

name

string

Prioridad de regla local

options
PrefixListGlobalRulestackDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Eliminar un prefijoListGlobalRulestackResource

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

Parámetros

globalRulestackName

string

Nombre del recurso GlobalRulestack

name

string

Prioridad de regla local

options
PrefixListGlobalRulestackDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

Obtener un prefijoListGlobalRulestackResource

function get(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackGetOptionalParams): Promise<PrefixListGlobalRulestackResource>

Parámetros

globalRulestackName

string

Nombre del recurso GlobalRulestack

name

string

Prioridad de regla local

options
PrefixListGlobalRulestackGetOptionalParams

Parámetros de opciones.

Devoluciones

list(string, PrefixListGlobalRulestackListOptionalParams)

Enumerar los recursos prefixListGlobalRulestackResource por inquilino

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

Parámetros

globalRulestackName

string

Nombre del recurso GlobalRulestack

options
PrefixListGlobalRulestackListOptionalParams

Parámetros de opciones.

Devoluciones