Compartir a través de


PrefixListLocalRulestack interface

Interfaz que representa un prefijoListLocalRulestack.

Métodos

beginCreateOrUpdate(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Crear un prefijoListResource

beginCreateOrUpdateAndWait(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Crear un prefijoListResource

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Eliminar un prefijoListResource

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Eliminar un prefijoListResource

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

Obtener un prefixListResource

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

Enumerar los recursos PrefixListResource de LocalRulestacks

Detalles del método

beginCreateOrUpdate(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Crear un prefijoListResource

function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: PrefixListResource, options?: PrefixListLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrefixListResource>, PrefixListResource>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

localRulestackName

string

Nombre del recurso LocalRulestack

name

string

Prioridad de regla local

resource
PrefixListResource

Parámetros de creación de recursos.

options
PrefixListLocalRulestackCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

beginCreateOrUpdateAndWait(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Crear un prefijoListResource

function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: PrefixListResource, options?: PrefixListLocalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListResource>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

localRulestackName

string

Nombre del recurso LocalRulestack

name

string

Prioridad de regla local

resource
PrefixListResource

Parámetros de creación de recursos.

options
PrefixListLocalRulestackCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Eliminar un prefijoListResource

function beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

localRulestackName

string

Nombre del recurso LocalRulestack

name

string

Prioridad de regla local

options
PrefixListLocalRulestackDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Eliminar un prefijoListResource

function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackDeleteOptionalParams): Promise<void>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

localRulestackName

string

Nombre del recurso LocalRulestack

name

string

Prioridad de regla local

options
PrefixListLocalRulestackDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

Obtener un prefixListResource

function get(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackGetOptionalParams): Promise<PrefixListResource>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

localRulestackName

string

Nombre del recurso LocalRulestack

name

string

Prioridad de regla local

options
PrefixListLocalRulestackGetOptionalParams

Parámetros de opciones.

Devoluciones

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

Enumerar los recursos PrefixListResource de LocalRulestacks

function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: PrefixListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<PrefixListResource, PrefixListResource[], PageSettings>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

localRulestackName

string

Nombre del recurso LocalRulestack

Devoluciones