LocalRules interface
Schnittstelle, die ein LocalRules darstellt.
Methoden
Details zur Methode
beginCreateOrUpdate(string, string, string, LocalRulesResource, LocalRulesCreateOrUpdateOptionalParams)
Erstellen einer LocalRulesResource
function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, priority: string, resource: LocalRulesResource, options?: LocalRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LocalRulesResource>, LocalRulesResource>>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
Name der LocalRulestack-Ressource
- priority
-
string
Lokale Regelpriorität
- resource
- LocalRulesResource
Ressourcenerstellungsparameter.
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<LocalRulesResource>, LocalRulesResource>>
beginCreateOrUpdateAndWait(string, string, string, LocalRulesResource, LocalRulesCreateOrUpdateOptionalParams)
Erstellen einer LocalRulesResource
function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, priority: string, resource: LocalRulesResource, options?: LocalRulesCreateOrUpdateOptionalParams): Promise<LocalRulesResource>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
Name der LocalRulestack-Ressource
- priority
-
string
Lokale Regelpriorität
- resource
- LocalRulesResource
Ressourcenerstellungsparameter.
Die Optionsparameter.
Gibt zurück
Promise<LocalRulesResource>
beginDelete(string, string, string, LocalRulesDeleteOptionalParams)
Löschen einer LocalRulesResource
function beginDelete(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
Name der LocalRulestack-Ressource
- priority
-
string
Lokale Regelpriorität
- options
- LocalRulesDeleteOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, LocalRulesDeleteOptionalParams)
Löschen einer LocalRulesResource
function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesDeleteOptionalParams): Promise<void>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
Name der LocalRulestack-Ressource
- priority
-
string
Lokale Regelpriorität
- options
- LocalRulesDeleteOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<void>
get(string, string, string, LocalRulesGetOptionalParams)
Abrufen einer LocalRulesResource
function get(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesGetOptionalParams): Promise<LocalRulesResource>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
Name der LocalRulestack-Ressource
- priority
-
string
Lokale Regelpriorität
- options
- LocalRulesGetOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<LocalRulesResource>
getCounters(string, string, string, LocalRulesGetCountersOptionalParams)
Abrufen von Leistungsindikatoren
function getCounters(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesGetCountersOptionalParams): Promise<RuleCounter>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
Name der LocalRulestack-Ressource
- priority
-
string
Lokale Regelpriorität
Die Optionsparameter.
Gibt zurück
Promise<RuleCounter>
listByLocalRulestacks(string, string, LocalRulesListByLocalRulestacksOptionalParams)
Auflisten von LocalRulesResource-Ressourcen nach LocalRulestacks
function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: LocalRulesListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<LocalRulesResource, LocalRulesResource[], PageSettings>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
Name der LocalRulestack-Ressource
Die Optionsparameter.
Gibt zurück
refreshCounters(string, string, string, LocalRulesRefreshCountersOptionalParams)
Aktualisieren von Leistungsindikatoren
function refreshCounters(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesRefreshCountersOptionalParams): Promise<void>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
Name der LocalRulestack-Ressource
- priority
-
string
Lokale Regelpriorität
Die Optionsparameter.
Gibt zurück
Promise<void>
resetCounters(string, string, string, LocalRulesResetCountersOptionalParams)
Zurücksetzen von Leistungsindikatoren
function resetCounters(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesResetCountersOptionalParams): Promise<RuleCounterReset>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
Name der LocalRulestack-Ressource
- priority
-
string
Lokale Regelpriorität
Die Optionsparameter.
Gibt zurück
Promise<RuleCounterReset>