FqdnListLocalRulestack interface

Interface representing a FqdnListLocalRulestack.

Methods

beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

Create a FqdnListLocalRulestackResource

beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)

Create a FqdnListLocalRulestackResource

beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

Delete a FqdnListLocalRulestackResource

beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

Delete a FqdnListLocalRulestackResource

get(string, string, string, FqdnListLocalRulestackGetOptionalParams)

Get a FqdnListLocalRulestackResource

listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)

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.

options
FqdnListLocalRulestackCreateOrUpdateOptionalParams

The options parameters.

Returns

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.

options
FqdnListLocalRulestackCreateOrUpdateOptionalParams

The options parameters.

Returns

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

options
FqdnListLocalRulestackDeleteOptionalParams

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

options
FqdnListLocalRulestackDeleteOptionalParams

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

options
FqdnListLocalRulestackGetOptionalParams

The options parameters.

Returns

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

Returns