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