FqdnListGlobalRulestack interface
Schnittstelle, die einen FqdnListGlobalRulestack darstellt.
Methoden
begin |
Erstellen einer FqdnListGlobalRulestackResource |
begin |
Erstellen einer FqdnListGlobalRulestackResource |
begin |
Löschen einer FqdnListGlobalRulestackResource |
begin |
Löschen einer FqdnListGlobalRulestackResource |
get(string, string, Fqdn |
Abrufen einer FqdnListGlobalRulestackResource |
list(string, Fqdn |
Auflisten von FqdnListGlobalRulestackResource-Ressourcen nach Mandant |
Details zur Methode
beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)
Erstellen einer FqdnListGlobalRulestackResource
function beginCreateOrUpdate(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FqdnListGlobalRulestackResource>, FqdnListGlobalRulestackResource>>
Parameter
- globalRulestackName
-
string
GlobalRulestack-Ressourcenname
- name
-
string
fqdn-Listenname
- resource
- FqdnListGlobalRulestackResource
Ressourcenerstellungsparameter.
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<FqdnListGlobalRulestackResource>, FqdnListGlobalRulestackResource>>
beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)
Erstellen einer FqdnListGlobalRulestackResource
function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListGlobalRulestackResource>
Parameter
- globalRulestackName
-
string
GlobalRulestack-Ressourcenname
- name
-
string
fqdn-Listenname
- resource
- FqdnListGlobalRulestackResource
Ressourcenerstellungsparameter.
Die Optionsparameter.
Gibt zurück
Promise<FqdnListGlobalRulestackResource>
beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)
Löschen einer FqdnListGlobalRulestackResource
function beginDelete(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameter
- globalRulestackName
-
string
GlobalRulestack-Ressourcenname
- name
-
string
fqdn-Listenname
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)
Löschen einer FqdnListGlobalRulestackResource
function beginDeleteAndWait(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackDeleteOptionalParams): Promise<void>
Parameter
- globalRulestackName
-
string
GlobalRulestack-Ressourcenname
- name
-
string
fqdn-Listenname
Die Optionsparameter.
Gibt zurück
Promise<void>
get(string, string, FqdnListGlobalRulestackGetOptionalParams)
Abrufen einer FqdnListGlobalRulestackResource
function get(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackGetOptionalParams): Promise<FqdnListGlobalRulestackResource>
Parameter
- globalRulestackName
-
string
GlobalRulestack-Ressourcenname
- name
-
string
fqdn-Listenname
Die Optionsparameter.
Gibt zurück
Promise<FqdnListGlobalRulestackResource>
list(string, FqdnListGlobalRulestackListOptionalParams)
Auflisten von FqdnListGlobalRulestackResource-Ressourcen nach Mandant
function list(globalRulestackName: string, options?: FqdnListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<FqdnListGlobalRulestackResource, FqdnListGlobalRulestackResource[], PageSettings>
Parameter
- globalRulestackName
-
string
GlobalRulestack-Ressourcenname
Die Optionsparameter.