PrefixListGlobalRulestack interface
Interface représentant un PrefixListGlobalRulestack.
Méthodes
begin |
Créer un PrefixListGlobalRulestackResource |
begin |
Créer un PrefixListGlobalRulestackResource |
begin |
Supprimer un PrefixListGlobalRulestackResource |
begin |
Supprimer un PrefixListGlobalRulestackResource |
get(string, string, Prefix |
Obtenir un PrefixListGlobalRulestackResource |
list(string, Prefix |
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.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrefixListGlobalRulestackResource>, PrefixListGlobalRulestackResource>>
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.
Paramètres d’options.
Retours
Promise<PrefixListGlobalRulestackResource>
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
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
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
Paramètres d’options.
Retours
Promise<PrefixListGlobalRulestackResource>
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
Paramètres d’options.