Delen via


PrefixListLocalRulestack interface

Interface die een PrefixListLocalRulestack vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Een PrefixListResource maken

beginCreateOrUpdateAndWait(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Een PrefixListResource maken

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Een PrefixListResource verwijderen

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Een PrefixListResource verwijderen

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

Een VoorvoegselListResource ophalen

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

PrefixListResource-resources weergeven op LocalRulestacks

Methodedetails

beginCreateOrUpdate(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Een PrefixListResource maken

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

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

name

string

Prioriteit van lokale regel

resource
PrefixListResource

Parameters voor het maken van resources.

Retouren

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

beginCreateOrUpdateAndWait(string, string, string, PrefixListResource, PrefixListLocalRulestackCreateOrUpdateOptionalParams)

Een PrefixListResource maken

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

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

name

string

Prioriteit van lokale regel

resource
PrefixListResource

Parameters voor het maken van resources.

Retouren

beginDelete(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Een PrefixListResource verwijderen

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

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

name

string

Prioriteit van lokale regel

options
PrefixListLocalRulestackDeleteOptionalParams

De optiesparameters.

Retouren

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

beginDeleteAndWait(string, string, string, PrefixListLocalRulestackDeleteOptionalParams)

Een PrefixListResource verwijderen

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

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

name

string

Prioriteit van lokale regel

options
PrefixListLocalRulestackDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, string, PrefixListLocalRulestackGetOptionalParams)

Een VoorvoegselListResource ophalen

function get(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackGetOptionalParams): Promise<PrefixListResource>

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

name

string

Prioriteit van lokale regel

options
PrefixListLocalRulestackGetOptionalParams

De optiesparameters.

Retouren

listByLocalRulestacks(string, string, PrefixListLocalRulestackListByLocalRulestacksOptionalParams)

PrefixListResource-resources weergeven op LocalRulestacks

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

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

Retouren