FqdnListGlobalRulestack interface
Interfaz que representa un FqdnListGlobalRulestack.
Métodos
begin |
Creación de un FqdnListGlobalRulestackResource |
begin |
Creación de un FqdnListGlobalRulestackResource |
begin |
Eliminar un FqdnListGlobalRulestackResource |
begin |
Eliminar un FqdnListGlobalRulestackResource |
get(string, string, Fqdn |
Obtener un FqdnListGlobalRulestackResource |
list(string, Fqdn |
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.
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<FqdnListGlobalRulestackResource>, FqdnListGlobalRulestackResource>>
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.
Parámetros de opciones.
Devoluciones
Promise<FqdnListGlobalRulestackResource>
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
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
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
Parámetros de opciones.
Devoluciones
Promise<FqdnListGlobalRulestackResource>
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
Parámetros de opciones.