Partager via


PrefixListGlobalRulestack interface

Interface représentant un PrefixListGlobalRulestack.

Méthodes

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Créer un PrefixListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Créer un PrefixListGlobalRulestackResource

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Supprimer un PrefixListGlobalRulestackResource

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Supprimer un PrefixListGlobalRulestackResource

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

Obtenir un PrefixListGlobalRulestackResource

list(string, PrefixListGlobalRulestackListOptionalParams)

Répertorier les ressources PrefixListGlobalRulestackResource par locataire

Détails de la méthode

beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Créer un PrefixListGlobalRulestackResource

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

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

name

string

Priorité de la règle locale

resource
PrefixListGlobalRulestackResource

Paramètres de création de ressource.

Retours

beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)

Créer un PrefixListGlobalRulestackResource

function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListGlobalRulestackResource>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

name

string

Priorité de la règle locale

resource
PrefixListGlobalRulestackResource

Paramètres de création de ressource.

Retours

beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Supprimer un PrefixListGlobalRulestackResource

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

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

name

string

Priorité de la règle locale

options
PrefixListGlobalRulestackDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)

Supprimer un PrefixListGlobalRulestackResource

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

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

name

string

Priorité de la règle locale

options
PrefixListGlobalRulestackDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, PrefixListGlobalRulestackGetOptionalParams)

Obtenir un PrefixListGlobalRulestackResource

function get(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackGetOptionalParams): Promise<PrefixListGlobalRulestackResource>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

name

string

Priorité de la règle locale

options
PrefixListGlobalRulestackGetOptionalParams

Paramètres d’options.

Retours

list(string, PrefixListGlobalRulestackListOptionalParams)

Répertorier les ressources PrefixListGlobalRulestackResource par locataire

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

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

options
PrefixListGlobalRulestackListOptionalParams

Paramètres d’options.

Retours