FqdnListLocalRulestack interface
Interface que representa um FqdnListLocalRulestack.
Métodos
begin |
Criar um FqdnListLocalRulestackResource |
begin |
Criar um FqdnListLocalRulestackResource |
begin |
Eliminar um FqdnListLocalRulestackResource |
begin |
Eliminar um FqdnListLocalRulestackResource |
get(string, string, string, Fqdn |
Obter um FqdnListLocalRulestackResource |
list |
Listar recursos FqdnListLocalRulestackResource por LocalRulestacks |
Detalhes de Método
beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)
Criar um FqdnListLocalRulestackResource
function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FqdnListLocalRulestackResource>, FqdnListLocalRulestackResource>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.
- localRulestackName
-
string
Nome do recurso LocalRulestack
- name
-
string
nome da lista fqdn
- resource
- FqdnListLocalRulestackResource
Parâmetros de criação de recursos.
Os parâmetros de opções.
Devoluções
Promise<@azure/core-lro.SimplePollerLike<OperationState<FqdnListLocalRulestackResource>, FqdnListLocalRulestackResource>>
beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)
Criar um FqdnListLocalRulestackResource
function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListLocalRulestackResource>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.
- localRulestackName
-
string
Nome do recurso LocalRulestack
- name
-
string
nome da lista fqdn
- resource
- FqdnListLocalRulestackResource
Parâmetros de criação de recursos.
Os parâmetros de opções.
Devoluções
Promise<FqdnListLocalRulestackResource>
beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)
Eliminar um FqdnListLocalRulestackResource
function beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.
- localRulestackName
-
string
Nome do recurso LocalRulestack
- name
-
string
nome da lista fqdn
Os parâmetros de opções.
Devoluções
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)
Eliminar um FqdnListLocalRulestackResource
function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<void>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.
- localRulestackName
-
string
Nome do recurso LocalRulestack
- name
-
string
nome da lista fqdn
Os parâmetros de opções.
Devoluções
Promise<void>
get(string, string, string, FqdnListLocalRulestackGetOptionalParams)
Obter um FqdnListLocalRulestackResource
function get(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackGetOptionalParams): Promise<FqdnListLocalRulestackResource>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.
- localRulestackName
-
string
Nome do recurso LocalRulestack
- name
-
string
nome da lista fqdn
Os parâmetros de opções.
Devoluções
Promise<FqdnListLocalRulestackResource>
listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)
Listar recursos FqdnListLocalRulestackResource por LocalRulestacks
function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: FqdnListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<FqdnListLocalRulestackResource, FqdnListLocalRulestackResource[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.
- localRulestackName
-
string
Nome do recurso LocalRulestack
Os parâmetros de opções.