LocalRules interface
Interface die een LocalRules vertegenwoordigt.
Methoden
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.
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.
De optiesparameters.
Retouren
Promise<LocalRulesResource>
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
Promise<LocalRulesResource>
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
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
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
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
De optiesparameters.
Retouren
Promise<RuleCounterReset>