FqdnListGlobalRulestack interface

Interface representing a FqdnListGlobalRulestack.

Methods

beginCreateOrUpdate(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Create a FqdnListGlobalRulestackResource

beginCreateOrUpdateAndWait(string, string, FqdnListGlobalRulestackResource, FqdnListGlobalRulestackCreateOrUpdateOptionalParams)

Create a FqdnListGlobalRulestackResource

beginDelete(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Delete a FqdnListGlobalRulestackResource

beginDeleteAndWait(string, string, FqdnListGlobalRulestackDeleteOptionalParams)

Delete a FqdnListGlobalRulestackResource

get(string, string, FqdnListGlobalRulestackGetOptionalParams)

Get a FqdnListGlobalRulestackResource

list(string, FqdnListGlobalRulestackListOptionalParams)

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.

options
FqdnListGlobalRulestackCreateOrUpdateOptionalParams

The options parameters.

Returns

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.

options
FqdnListGlobalRulestackCreateOrUpdateOptionalParams

The options parameters.

Returns

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

options
FqdnListGlobalRulestackDeleteOptionalParams

The options parameters.

Returns

Promise<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

options
FqdnListGlobalRulestackDeleteOptionalParams

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

options
FqdnListGlobalRulestackGetOptionalParams

The options parameters.

Returns

list(string, FqdnListGlobalRulestackListOptionalParams)

List FqdnListGlobalRulestackResource resources by Tenant

function list(globalRulestackName: string, options?: FqdnListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<FqdnListGlobalRulestackResource, FqdnListGlobalRulestackResource[], PageSettings>

Parameters

globalRulestackName

string

GlobalRulestack resource name

options
FqdnListGlobalRulestackListOptionalParams

The options parameters.

Returns