Delen via


FqdnListLocalRulestack interface

Interface die een FqdnListLocalRulestack vertegenwoordigt.

Methoden

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

Een FqdnListLocalRulestackResource maken

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

Een FqdnListLocalRulestackResource maken

beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

Een FqdnListLocalRulestackResource verwijderen

beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

Een FqdnListLocalRulestackResource verwijderen

get(string, string, string, FqdnListLocalRulestackGetOptionalParams)

Een FqdnListLocalRulestackResource ophalen

listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)

Lijst met FqdnListLocalRulestackResource-resources per LocalRulestacks

Methodedetails

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

Een FqdnListLocalRulestackResource maken

function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FqdnListLocalRulestackResource>, FqdnListLocalRulestackResource>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

localRulestackName

string

LocalRulestack-resourcenaam

name

string

naam fqdn-lijst

resource
FqdnListLocalRulestackResource

Parameters voor het maken van resources.

Retouren

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

Een FqdnListLocalRulestackResource maken

function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListLocalRulestackResource>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

localRulestackName

string

LocalRulestack-resourcenaam

name

string

naam fqdn-lijst

resource
FqdnListLocalRulestackResource

Parameters voor het maken van resources.

Retouren

beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

Een FqdnListLocalRulestackResource verwijderen

function beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

localRulestackName

string

LocalRulestack-resourcenaam

name

string

naam fqdn-lijst

options
FqdnListLocalRulestackDeleteOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)

Een FqdnListLocalRulestackResource verwijderen

function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

localRulestackName

string

LocalRulestack-resourcenaam

name

string

naam fqdn-lijst

options
FqdnListLocalRulestackDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, string, FqdnListLocalRulestackGetOptionalParams)

Een FqdnListLocalRulestackResource ophalen

function get(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackGetOptionalParams): Promise<FqdnListLocalRulestackResource>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

localRulestackName

string

LocalRulestack-resourcenaam

name

string

naam fqdn-lijst

options
FqdnListLocalRulestackGetOptionalParams

De optiesparameters.

Retouren

listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)

Lijst met FqdnListLocalRulestackResource-resources per LocalRulestacks

function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: FqdnListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<FqdnListLocalRulestackResource, FqdnListLocalRulestackResource[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

localRulestackName

string

LocalRulestack-resourcenaam

Retouren