Partager via


FqdnListGlobalRulestack interface

Interface représentant un FqdnListGlobalRulestack.

Méthodes

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Créer un FqdnListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Créer un FqdnListGlobalRulestackResource

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Supprimer un FqdnListGlobalRulestackResource

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Supprimer un FqdnListGlobalRulestackResource

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Obtenir un FqdnListGlobalRulestackResource

list(string, FqdnListGlobalRulestackListOptionalParams)

Répertorier les ressources FqdnListGlobalRulestackResource par locataire

Détails de la méthode

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Créer un FqdnListGlobalRulestackResource

function beginCreateOrUpdate(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FqdnListGlobalRulestackResource>, FqdnListGlobalRulestackResource>>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

name

string

nom de la liste fqdn

resource
FqdnListGlobalRulestackResource

Paramètres de création de ressource.

options
FqdnListGlobalRulestackCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Créer un FqdnListGlobalRulestackResource

function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListGlobalRulestackResource>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

name

string

nom de la liste fqdn

resource
FqdnListGlobalRulestackResource

Paramètres de création de ressource.

options
FqdnListGlobalRulestackCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Supprimer un FqdnListGlobalRulestackResource

function beginDelete(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

name

string

nom de la liste fqdn

options
FqdnListGlobalRulestackDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Supprimer un FqdnListGlobalRulestackResource

function beginDeleteAndWait(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackDeleteOptionalParams): Promise<void>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

name

string

nom de la liste fqdn

options
FqdnListGlobalRulestackDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Obtenir un FqdnListGlobalRulestackResource

function get(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackGetOptionalParams): Promise<FqdnListGlobalRulestackResource>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

name

string

nom de la liste fqdn

options
FqdnListGlobalRulestackGetOptionalParams

Paramètres d’options.

Retours

list(string, FqdnListGlobalRulestackListOptionalParams)

Répertorier les ressources FqdnListGlobalRulestackResource par locataire

function list(globalRulestackName: string, options?: FqdnListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<FqdnListGlobalRulestackResource, FqdnListGlobalRulestackResource[], PageSettings>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

options
FqdnListGlobalRulestackListOptionalParams

Paramètres d’options.

Retours