Partager via


LocalRules interface

Interface représentant un LocalRules.

Méthodes

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

Créer une ressource LocalRulesResource

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

Créer une ressource LocalRulesResource

beginDelete(string, string, string, LocalRulesDeleteOptionalParams)

Supprimer une ressource LocalRulesResource

beginDeleteAndWait(string, string, string, LocalRulesDeleteOptionalParams)

Supprimer une ressource LocalRulesResource

get(string, string, string, LocalRulesGetOptionalParams)

Obtenir une ressource LocalRulesResource

getCounters(string, string, string, LocalRulesGetCountersOptionalParams)

Obtenir des compteurs

listByLocalRulestacks(string, string, LocalRulesListByLocalRulestacksOptionalParams)

Répertorier les ressources LocalRulesResource par LocalRulestacks

refreshCounters(string, string, string, LocalRulesRefreshCountersOptionalParams)

Compteurs d’actualisation

resetCounters(string, string, string, LocalRulesResetCountersOptionalParams)

Réinitialiser les compteurs

Détails de la méthode

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

Créer une ressource LocalRulesResource

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

priority

string

Priorité de la règle locale

resource
LocalRulesResource

Paramètres de création de ressource.

options
LocalRulesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

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

Créer une ressource LocalRulesResource

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

priority

string

Priorité de la règle locale

resource
LocalRulesResource

Paramètres de création de ressource.

options
LocalRulesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, string, LocalRulesDeleteOptionalParams)

Supprimer une ressource LocalRulesResource

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

priority

string

Priorité de la règle locale

options
LocalRulesDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, LocalRulesDeleteOptionalParams)

Supprimer une ressource LocalRulesResource

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

priority

string

Priorité de la règle locale

options
LocalRulesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, LocalRulesGetOptionalParams)

Obtenir une ressource LocalRulesResource

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

priority

string

Priorité de la règle locale

options
LocalRulesGetOptionalParams

Paramètres d’options.

Retours

getCounters(string, string, string, LocalRulesGetCountersOptionalParams)

Obtenir des compteurs

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

priority

string

Priorité de la règle locale

options
LocalRulesGetCountersOptionalParams

Paramètres d’options.

Retours

Promise<RuleCounter>

listByLocalRulestacks(string, string, LocalRulesListByLocalRulestacksOptionalParams)

Répertorier les ressources LocalRulesResource par LocalRulestacks

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

options
LocalRulesListByLocalRulestacksOptionalParams

Paramètres d’options.

Retours

refreshCounters(string, string, string, LocalRulesRefreshCountersOptionalParams)

Compteurs d’actualisation

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

priority

string

Priorité de la règle locale

options
LocalRulesRefreshCountersOptionalParams

Paramètres d’options.

Retours

Promise<void>

resetCounters(string, string, string, LocalRulesResetCountersOptionalParams)

Réinitialiser les compteurs

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

localRulestackName

string

Nom de la ressource LocalRulestack

priority

string

Priorité de la règle locale

options
LocalRulesResetCountersOptionalParams

Paramètres d’options.

Retours

Promise<RuleCounterReset>