Delen via


LocalRules interface

Interface die een LocalRules vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, string, LocalRulesResource, LocalRulesCreateOrUpdateOptionalParams)

Een LocalRulesResource maken

beginCreateOrUpdateAndWait(string, string, string, LocalRulesResource, LocalRulesCreateOrUpdateOptionalParams)

Een LocalRulesResource maken

beginDelete(string, string, string, LocalRulesDeleteOptionalParams)

Een LocalRulesResource verwijderen

beginDeleteAndWait(string, string, string, LocalRulesDeleteOptionalParams)

Een LocalRulesResource verwijderen

get(string, string, string, LocalRulesGetOptionalParams)

Een LocalRulesResource ophalen

getCounters(string, string, string, LocalRulesGetCountersOptionalParams)

Tellers ophalen

listByLocalRulestacks(string, string, LocalRulesListByLocalRulestacksOptionalParams)

LocalRulesResource-resources weergeven op LocalRulestacks

refreshCounters(string, string, string, LocalRulesRefreshCountersOptionalParams)

Vernieuwingsmeteritems

resetCounters(string, string, string, LocalRulesResetCountersOptionalParams)

Tellers opnieuw instellen

Methodedetails

beginCreateOrUpdate(string, string, string, LocalRulesResource, LocalRulesCreateOrUpdateOptionalParams)

Een LocalRulesResource maken

function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, priority: string, resource: LocalRulesResource, options?: LocalRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LocalRulesResource>, LocalRulesResource>>

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

priority

string

Prioriteit van lokale regel

resource
LocalRulesResource

Parameters voor het maken van resources.

options
LocalRulesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

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

beginCreateOrUpdateAndWait(string, string, string, LocalRulesResource, LocalRulesCreateOrUpdateOptionalParams)

Een LocalRulesResource maken

function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, priority: string, resource: LocalRulesResource, options?: LocalRulesCreateOrUpdateOptionalParams): Promise<LocalRulesResource>

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

priority

string

Prioriteit van lokale regel

resource
LocalRulesResource

Parameters voor het maken van resources.

options
LocalRulesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

beginDelete(string, string, string, LocalRulesDeleteOptionalParams)

Een LocalRulesResource verwijderen

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

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

priority

string

Prioriteit van lokale regel

options
LocalRulesDeleteOptionalParams

De optiesparameters.

Retouren

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

beginDeleteAndWait(string, string, string, LocalRulesDeleteOptionalParams)

Een LocalRulesResource verwijderen

function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

priority

string

Prioriteit van lokale regel

options
LocalRulesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, string, LocalRulesGetOptionalParams)

Een LocalRulesResource ophalen

function get(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesGetOptionalParams): Promise<LocalRulesResource>

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

priority

string

Prioriteit van lokale regel

options
LocalRulesGetOptionalParams

De optiesparameters.

Retouren

getCounters(string, string, string, LocalRulesGetCountersOptionalParams)

Tellers ophalen

function getCounters(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesGetCountersOptionalParams): Promise<RuleCounter>

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

priority

string

Prioriteit van lokale regel

options
LocalRulesGetCountersOptionalParams

De optiesparameters.

Retouren

Promise<RuleCounter>

listByLocalRulestacks(string, string, LocalRulesListByLocalRulestacksOptionalParams)

LocalRulesResource-resources weergeven op LocalRulestacks

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

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

options
LocalRulesListByLocalRulestacksOptionalParams

De optiesparameters.

Retouren

refreshCounters(string, string, string, LocalRulesRefreshCountersOptionalParams)

Vernieuwingsmeteritems

function refreshCounters(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesRefreshCountersOptionalParams): Promise<void>

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

priority

string

Prioriteit van lokale regel

options
LocalRulesRefreshCountersOptionalParams

De optiesparameters.

Retouren

Promise<void>

resetCounters(string, string, string, LocalRulesResetCountersOptionalParams)

Tellers opnieuw instellen

function resetCounters(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesResetCountersOptionalParams): Promise<RuleCounterReset>

Parameters

resourceGroupName

string

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

localRulestackName

string

LocalRulestack-resourcenaam

priority

string

Prioriteit van lokale regel

options
LocalRulesResetCountersOptionalParams

De optiesparameters.

Retouren

Promise<RuleCounterReset>