Partager via


PostRules interface

Interface représentant un PostRules.

Méthodes

beginCreateOrUpdate(string, string, PostRulesResource, PostRulesCreateOrUpdateOptionalParams)

Créer un PostRulesResource

beginCreateOrUpdateAndWait(string, string, PostRulesResource, PostRulesCreateOrUpdateOptionalParams)

Créer un PostRulesResource

beginDelete(string, string, PostRulesDeleteOptionalParams)

Supprimer une ressource PostRulesResource

beginDeleteAndWait(string, string, PostRulesDeleteOptionalParams)

Supprimer une ressource PostRulesResource

get(string, string, PostRulesGetOptionalParams)

Obtenir un PostRulesResource

getCounters(string, string, PostRulesGetCountersOptionalParams)

Obtenir des compteurs

list(string, PostRulesListOptionalParams)

Répertorier les ressources PostRulesResource par locataire

refreshCounters(string, string, PostRulesRefreshCountersOptionalParams)

Compteurs d’actualisation

resetCounters(string, string, PostRulesResetCountersOptionalParams)

Réinitialiser les compteurs

Détails de la méthode

beginCreateOrUpdate(string, string, PostRulesResource, PostRulesCreateOrUpdateOptionalParams)

Créer un PostRulesResource

function beginCreateOrUpdate(globalRulestackName: string, priority: string, resource: PostRulesResource, options?: PostRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PostRulesResource>, PostRulesResource>>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

priority

string

Priorité post-règle

resource
PostRulesResource

Paramètres de création de ressource.

options
PostRulesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

beginCreateOrUpdateAndWait(string, string, PostRulesResource, PostRulesCreateOrUpdateOptionalParams)

Créer un PostRulesResource

function beginCreateOrUpdateAndWait(globalRulestackName: string, priority: string, resource: PostRulesResource, options?: PostRulesCreateOrUpdateOptionalParams): Promise<PostRulesResource>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

priority

string

Priorité post-règle

resource
PostRulesResource

Paramètres de création de ressource.

options
PostRulesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, PostRulesDeleteOptionalParams)

Supprimer une ressource PostRulesResource

function beginDelete(globalRulestackName: string, priority: string, options?: PostRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

priority

string

Priorité post-règle

options
PostRulesDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, PostRulesDeleteOptionalParams)

Supprimer une ressource PostRulesResource

function beginDeleteAndWait(globalRulestackName: string, priority: string, options?: PostRulesDeleteOptionalParams): Promise<void>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

priority

string

Priorité post-règle

options
PostRulesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, PostRulesGetOptionalParams)

Obtenir un PostRulesResource

function get(globalRulestackName: string, priority: string, options?: PostRulesGetOptionalParams): Promise<PostRulesResource>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

priority

string

Priorité post-règle

options
PostRulesGetOptionalParams

Paramètres d’options.

Retours

getCounters(string, string, PostRulesGetCountersOptionalParams)

Obtenir des compteurs

function getCounters(globalRulestackName: string, priority: string, options?: PostRulesGetCountersOptionalParams): Promise<RuleCounter>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

priority

string

Priorité post-règle

options
PostRulesGetCountersOptionalParams

Paramètres d’options.

Retours

Promise<RuleCounter>

list(string, PostRulesListOptionalParams)

Répertorier les ressources PostRulesResource par locataire

function list(globalRulestackName: string, options?: PostRulesListOptionalParams): PagedAsyncIterableIterator<PostRulesResource, PostRulesResource[], PageSettings>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

options
PostRulesListOptionalParams

Paramètres d’options.

Retours

refreshCounters(string, string, PostRulesRefreshCountersOptionalParams)

Compteurs d’actualisation

function refreshCounters(globalRulestackName: string, priority: string, options?: PostRulesRefreshCountersOptionalParams): Promise<void>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

priority

string

Priorité post-règle

options
PostRulesRefreshCountersOptionalParams

Paramètres d’options.

Retours

Promise<void>

resetCounters(string, string, PostRulesResetCountersOptionalParams)

Réinitialiser les compteurs

function resetCounters(globalRulestackName: string, priority: string, options?: PostRulesResetCountersOptionalParams): Promise<RuleCounterReset>

Paramètres

globalRulestackName

string

Nom de la ressource GlobalRulestack

priority

string

Priorité post-règle

options
PostRulesResetCountersOptionalParams

Paramètres d’options.

Retours

Promise<RuleCounterReset>