FqdnListLocalRulestack interface
Interfaz que representa un FqdnListLocalRulestack.
Métodos
begin |
Creación de un FqdnListLocalRulestackResource |
begin |
Creación de un FqdnListLocalRulestackResource |
begin |
Eliminar un FqdnListLocalRulestackResource |
begin |
Eliminar un FqdnListLocalRulestackResource |
get(string, string, string, Fqdn |
Obtener un FqdnListLocalRulestackResource |
list |
Enumerar los recursos FqdnListLocalRulestackResource por LocalRulestacks |
Detalles del método
beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)
Creación de un FqdnListLocalRulestackResource
function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FqdnListLocalRulestackResource>, FqdnListLocalRulestackResource>>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- localRulestackName
-
string
Nombre del recurso LocalRulestack
- name
-
string
fqdn list name
- resource
- FqdnListLocalRulestackResource
Parámetros de creación de recursos.
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<FqdnListLocalRulestackResource>, FqdnListLocalRulestackResource>>
beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)
Creación de un FqdnListLocalRulestackResource
function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListLocalRulestackResource>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- localRulestackName
-
string
Nombre del recurso LocalRulestack
- name
-
string
fqdn list name
- resource
- FqdnListLocalRulestackResource
Parámetros de creación de recursos.
Parámetros de opciones.
Devoluciones
Promise<FqdnListLocalRulestackResource>
beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)
Eliminar un FqdnListLocalRulestackResource
function beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- localRulestackName
-
string
Nombre del recurso LocalRulestack
- name
-
string
fqdn list name
Parámetros de opciones.
Devoluciones
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)
Eliminar un FqdnListLocalRulestackResource
function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<void>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- localRulestackName
-
string
Nombre del recurso LocalRulestack
- name
-
string
fqdn list name
Parámetros de opciones.
Devoluciones
Promise<void>
get(string, string, string, FqdnListLocalRulestackGetOptionalParams)
Obtener un FqdnListLocalRulestackResource
function get(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackGetOptionalParams): Promise<FqdnListLocalRulestackResource>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- localRulestackName
-
string
Nombre del recurso LocalRulestack
- name
-
string
fqdn list name
Parámetros de opciones.
Devoluciones
Promise<FqdnListLocalRulestackResource>
listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)
Enumerar los recursos FqdnListLocalRulestackResource por LocalRulestacks
function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: FqdnListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<FqdnListLocalRulestackResource, FqdnListLocalRulestackResource[], PageSettings>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- localRulestackName
-
string
Nombre del recurso LocalRulestack
Parámetros de opciones.