Partager via


FqdnListLocalRulestack interface

Interface représentant une pile FqdnListLocalRule.

Méthodes

beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

Créer un FqdnListLocalRulestackResource

beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

Créer un FqdnListLocalRulestackResource

beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

Supprimer un FqdnListLocalRulestackResource

beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

Supprimer un FqdnListLocalRulestackResource

get(string, string, string, FqdnListLocalRulestackGetOptionalParams)

Obtenir un FqdnListLocalRulestackResource

listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)

Répertorier les ressources FqdnListLocalRulestackResource par LocalRulestacks

Détails de la méthode

beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

Créer un FqdnListLocalRulestackResource

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

name

string

nom de la liste fqdn

resource
FqdnListLocalRulestackResource

Paramètres de création de ressource.

options
FqdnListLocalRulestackCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

Créer un FqdnListLocalRulestackResource

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

name

string

nom de la liste fqdn

resource
FqdnListLocalRulestackResource

Paramètres de création de ressource.

options
FqdnListLocalRulestackCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

Supprimer un FqdnListLocalRulestackResource

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

name

string

nom de la liste fqdn

options
FqdnListLocalRulestackDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

Supprimer un FqdnListLocalRulestackResource

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

name

string

nom de la liste fqdn

options
FqdnListLocalRulestackDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, FqdnListLocalRulestackGetOptionalParams)

Obtenir un FqdnListLocalRulestackResource

function get(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackGetOptionalParams): Promise<FqdnListLocalRulestackResource>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

name

string

nom de la liste fqdn

options
FqdnListLocalRulestackGetOptionalParams

Paramètres d’options.

Retours

listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)

Répertorier les ressources FqdnListLocalRulestackResource par LocalRulestacks

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

Retours