PrefixListGlobalRulestack interface
Interfaz que representa un prefijoListGlobalRulestack.
Métodos
begin |
Crear un prefijoListGlobalRulestackResource |
begin |
Crear un prefijoListGlobalRulestackResource |
begin |
Eliminar un prefijoListGlobalRulestackResource |
begin |
Eliminar un prefijoListGlobalRulestackResource |
get(string, string, Prefix |
Obtener un prefijoListGlobalRulestackResource |
list(string, Prefix |
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.
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrefixListGlobalRulestackResource>, PrefixListGlobalRulestackResource>>
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.
Parámetros de opciones.
Devoluciones
Promise<PrefixListGlobalRulestackResource>
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
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
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
Parámetros de opciones.
Devoluciones
Promise<PrefixListGlobalRulestackResource>
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
Parámetros de opciones.