FqdnListGlobalRulestack interface
Interface representing a FqdnListGlobalRulestack.
Methods
begin |
Create a FqdnListGlobalRulestackResource |
begin |
Create a FqdnListGlobalRulestackResource |
begin |
Delete a FqdnListGlobalRulestackResource |
begin |
Delete a FqdnListGlobalRulestackResource |
get(string, string, Fqdn |
Get a FqdnListGlobalRulestackResource |
list(string, Fqdn |
List FqdnListGlobalRulestackResource resources by Tenant |
Method Details
beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)
Create a FqdnListGlobalRulestackResource
function beginCreateOrUpdate(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FqdnListGlobalRulestackResource>, FqdnListGlobalRulestackResource>>
Parameters
- globalRulestackName
-
string
GlobalRulestack resource name
- name
-
string
fqdn list name
- resource
- FqdnListGlobalRulestackResource
Resource create parameters.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<FqdnListGlobalRulestackResource>, FqdnListGlobalRulestackResource>>
beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)
Create a FqdnListGlobalRulestackResource
function beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListGlobalRulestackResource>
Parameters
- globalRulestackName
-
string
GlobalRulestack resource name
- name
-
string
fqdn list name
- resource
- FqdnListGlobalRulestackResource
Resource create parameters.
The options parameters.
Returns
Promise<FqdnListGlobalRulestackResource>
beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)
Delete a FqdnListGlobalRulestackResource
function beginDelete(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- globalRulestackName
-
string
GlobalRulestack resource name
- name
-
string
fqdn list name
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)
Delete a FqdnListGlobalRulestackResource
function beginDeleteAndWait(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackDeleteOptionalParams): Promise<void>
Parameters
- globalRulestackName
-
string
GlobalRulestack resource name
- name
-
string
fqdn list name
The options parameters.
Returns
Promise<void>
get(string, string, FqdnListGlobalRulestackGetOptionalParams)
Get a FqdnListGlobalRulestackResource
function get(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackGetOptionalParams): Promise<FqdnListGlobalRulestackResource>
Parameters
- globalRulestackName
-
string
GlobalRulestack resource name
- name
-
string
fqdn list name
The options parameters.
Returns
Promise<FqdnListGlobalRulestackResource>
list(string, FqdnListGlobalRulestackListOptionalParams)
List FqdnListGlobalRulestackResource resources by Tenant
function list(globalRulestackName: string, options?: FqdnListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<FqdnListGlobalRulestackResource, FqdnListGlobalRulestackResource[], PageSettings>
Parameters
- globalRulestackName
-
string
GlobalRulestack resource name
The options parameters.