PrefixListGlobalRulestack interface
Interface representing a PrefixListGlobalRulestack.
Methods
begin |
Create a PrefixListGlobalRulestackResource |
begin |
Create a PrefixListGlobalRulestackResource |
begin |
Delete a PrefixListGlobalRulestackResource |
begin |
Delete a PrefixListGlobalRulestackResource |
get(string, string, Prefix |
Get a PrefixListGlobalRulestackResource |
list(string, Prefix |
List PrefixListGlobalRulestackResource resources by Tenant |
Method Details
beginCreateOrUpdate(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)
Create a PrefixListGlobalRulestackResource
function beginCreateOrUpdate(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrefixListGlobalRulestackResource>, PrefixListGlobalRulestackResource>>
Parameters
- globalRulestackName
-
string
GlobalRulestack resource name
- name
-
string
Local Rule priority
- resource
- PrefixListGlobalRulestackResource
Resource create parameters.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrefixListGlobalRulestackResource>, PrefixListGlobalRulestackResource>>
beginCreateOrUpdateAndWait(string, string, PrefixListGlobalRulestackResource, PrefixListGlobalRulestackCreateOrUpdateOptionalParams)
Create a PrefixListGlobalRulestackResource
function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListGlobalRulestackResource>
Parameters
- globalRulestackName
-
string
GlobalRulestack resource name
- name
-
string
Local Rule priority
- resource
- PrefixListGlobalRulestackResource
Resource create parameters.
The options parameters.
Returns
Promise<PrefixListGlobalRulestackResource>
beginDelete(string, string, PrefixListGlobalRulestackDeleteOptionalParams)
Delete a PrefixListGlobalRulestackResource
function beginDelete(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- globalRulestackName
-
string
GlobalRulestack resource name
- name
-
string
Local Rule priority
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, PrefixListGlobalRulestackDeleteOptionalParams)
Delete a PrefixListGlobalRulestackResource
function beginDeleteAndWait(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackDeleteOptionalParams): Promise<void>
Parameters
- globalRulestackName
-
string
GlobalRulestack resource name
- name
-
string
Local Rule priority
The options parameters.
Returns
Promise<void>
get(string, string, PrefixListGlobalRulestackGetOptionalParams)
Get a PrefixListGlobalRulestackResource
function get(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackGetOptionalParams): Promise<PrefixListGlobalRulestackResource>
Parameters
- globalRulestackName
-
string
GlobalRulestack resource name
- name
-
string
Local Rule priority
The options parameters.
Returns
Promise<PrefixListGlobalRulestackResource>
list(string, PrefixListGlobalRulestackListOptionalParams)
List PrefixListGlobalRulestackResource resources by Tenant
function list(globalRulestackName: string, options?: PrefixListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<PrefixListGlobalRulestackResource, PrefixListGlobalRulestackResource[], PageSettings>
Parameters
- globalRulestackName
-
string
GlobalRulestack resource name
The options parameters.