FqdnListLocalRulestack interface
Interface representing a FqdnListLocalRulestack.
Methods
begin |
Create a FqdnListLocalRulestackResource |
begin |
Create a FqdnListLocalRulestackResource |
begin |
Delete a FqdnListLocalRulestackResource |
begin |
Delete a FqdnListLocalRulestackResource |
get(string, string, string, Fqdn |
Get a FqdnListLocalRulestackResource |
list |
List FqdnListLocalRulestackResource resources by LocalRulestacks |
Method Details
beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)
Create a FqdnListLocalRulestackResource
function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FqdnListLocalRulestackResource>, FqdnListLocalRulestackResource>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- localRulestackName
-
string
LocalRulestack resource name
- name
-
string
fqdn list name
- resource
- FqdnListLocalRulestackResource
Resource create parameters.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<FqdnListLocalRulestackResource>, FqdnListLocalRulestackResource>>
beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)
Create a FqdnListLocalRulestackResource
function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListLocalRulestackResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- localRulestackName
-
string
LocalRulestack resource name
- name
-
string
fqdn list name
- resource
- FqdnListLocalRulestackResource
Resource create parameters.
The options parameters.
Returns
Promise<FqdnListLocalRulestackResource>
beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)
Delete a FqdnListLocalRulestackResource
function beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- localRulestackName
-
string
LocalRulestack resource name
- name
-
string
fqdn list name
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)
Delete a FqdnListLocalRulestackResource
function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- localRulestackName
-
string
LocalRulestack resource name
- name
-
string
fqdn list name
The options parameters.
Returns
Promise<void>
get(string, string, string, FqdnListLocalRulestackGetOptionalParams)
Get a FqdnListLocalRulestackResource
function get(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackGetOptionalParams): Promise<FqdnListLocalRulestackResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- localRulestackName
-
string
LocalRulestack resource name
- name
-
string
fqdn list name
The options parameters.
Returns
Promise<FqdnListLocalRulestackResource>
listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)
List FqdnListLocalRulestackResource resources by LocalRulestacks
function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: FqdnListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<FqdnListLocalRulestackResource, FqdnListLocalRulestackResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- localRulestackName
-
string
LocalRulestack resource name
The options parameters.