PrefixListGlobalRulestack interface
Schnittstelle, die einen PrefixListGlobalRulestack darstellt.
Methoden
begin |
Erstellen einer PrefixListGlobalRulestackResource |
begin |
Erstellen einer PrefixListGlobalRulestackResource |
begin |
Löschen einer PrefixListGlobalRulestackResource |
begin |
Löschen einer PrefixListGlobalRulestackResource |
get(string, string, Prefix |
Abrufen einer PrefixListGlobalRulestackResource |
list(string, Prefix |
Auflisten von PrefixListGlobalRulestackResource-Ressourcen nach Mandant |
Details zur Methode
beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)
Erstellen einer PrefixListGlobalRulestackResource
function beginCreateOrUpdate(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrefixListGlobalRulestackResource>, PrefixListGlobalRulestackResource>>
Parameter
- globalRulestackName
-
string
GlobalRulestack-Ressourcenname
- name
-
string
Lokale Regelpriorität
- resource
- PrefixListGlobalRulestackResource
Ressourcenerstellungsparameter.
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrefixListGlobalRulestackResource>, PrefixListGlobalRulestackResource>>
beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)
Erstellen einer PrefixListGlobalRulestackResource
function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListGlobalRulestackResource>
Parameter
- globalRulestackName
-
string
GlobalRulestack-Ressourcenname
- name
-
string
Lokale Regelpriorität
- resource
- PrefixListGlobalRulestackResource
Ressourcenerstellungsparameter.
Die Optionsparameter.
Gibt zurück
Promise<PrefixListGlobalRulestackResource>
beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)
Löschen einer PrefixListGlobalRulestackResource
function beginDelete(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameter
- globalRulestackName
-
string
GlobalRulestack-Ressourcenname
- name
-
string
Lokale Regelpriorität
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)
Löschen einer PrefixListGlobalRulestackResource
function beginDeleteAndWait(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackDeleteOptionalParams): Promise<void>
Parameter
- globalRulestackName
-
string
GlobalRulestack-Ressourcenname
- name
-
string
Lokale Regelpriorität
Die Optionsparameter.
Gibt zurück
Promise<void>
get(string, string, PrefixListGlobalRulestackGetOptionalParams)
Abrufen einer PrefixListGlobalRulestackResource
function get(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackGetOptionalParams): Promise<PrefixListGlobalRulestackResource>
Parameter
- globalRulestackName
-
string
GlobalRulestack-Ressourcenname
- name
-
string
Lokale Regelpriorität
Die Optionsparameter.
Gibt zurück
Promise<PrefixListGlobalRulestackResource>
list(string, PrefixListGlobalRulestackListOptionalParams)
Auflisten von PrefixListGlobalRulestackResource-Ressourcen nach Mandant
function list(globalRulestackName: string, options?: PrefixListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<PrefixListGlobalRulestackResource, PrefixListGlobalRulestackResource[], PageSettings>
Parameter
- globalRulestackName
-
string
GlobalRulestack-Ressourcenname
Die Optionsparameter.