PostRules interface
Interfejs reprezentujący regułę postrules.
Metody
begin |
Tworzenie elementu PostRulesResource |
begin |
Tworzenie elementu PostRulesResource |
begin |
Usuwanie obiektu PostRulesResource |
begin |
Usuwanie obiektu PostRulesResource |
get(string, string, Post |
Uzyskiwanie zasobu PostRulesResource |
get |
Pobieranie liczników |
list(string, Post |
Wyświetlanie listy zasobów PostRulesResource według dzierżawy |
refresh |
Liczniki odświeżania |
reset |
Resetowanie liczników |
Szczegóły metody
beginCreateOrUpdate(string, string, PostRulesResource, PostRulesCreateOrUpdateOptionalParams)
Tworzenie elementu PostRulesResource
function beginCreateOrUpdate(globalRulestackName: string, priority: string, resource: PostRulesResource, options?: PostRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PostRulesResource>, PostRulesResource>>
Parametry
- globalRulestackName
-
string
Nazwa zasobu GlobalRulestack
- priority
-
string
Priorytet po regule
- resource
- PostRulesResource
Parametry tworzenia zasobu.
Parametry opcji.
Zwraca
Promise<@azure/core-lro.SimplePollerLike<OperationState<PostRulesResource>, PostRulesResource>>
beginCreateOrUpdateAndWait(string, string, PostRulesResource, PostRulesCreateOrUpdateOptionalParams)
Tworzenie elementu PostRulesResource
function beginCreateOrUpdateAndWait(globalRulestackName: string, priority: string, resource: PostRulesResource, options?: PostRulesCreateOrUpdateOptionalParams): Promise<PostRulesResource>
Parametry
- globalRulestackName
-
string
Nazwa zasobu GlobalRulestack
- priority
-
string
Priorytet po regule
- resource
- PostRulesResource
Parametry tworzenia zasobu.
Parametry opcji.
Zwraca
Promise<PostRulesResource>
beginDelete(string, string, PostRulesDeleteOptionalParams)
Usuwanie obiektu PostRulesResource
function beginDelete(globalRulestackName: string, priority: string, options?: PostRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parametry
- globalRulestackName
-
string
Nazwa zasobu GlobalRulestack
- priority
-
string
Priorytet po regule
- options
- PostRulesDeleteOptionalParams
Parametry opcji.
Zwraca
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, PostRulesDeleteOptionalParams)
Usuwanie obiektu PostRulesResource
function beginDeleteAndWait(globalRulestackName: string, priority: string, options?: PostRulesDeleteOptionalParams): Promise<void>
Parametry
- globalRulestackName
-
string
Nazwa zasobu GlobalRulestack
- priority
-
string
Priorytet po regule
- options
- PostRulesDeleteOptionalParams
Parametry opcji.
Zwraca
Promise<void>
get(string, string, PostRulesGetOptionalParams)
Uzyskiwanie zasobu PostRulesResource
function get(globalRulestackName: string, priority: string, options?: PostRulesGetOptionalParams): Promise<PostRulesResource>
Parametry
- globalRulestackName
-
string
Nazwa zasobu GlobalRulestack
- priority
-
string
Priorytet po regule
- options
- PostRulesGetOptionalParams
Parametry opcji.
Zwraca
Promise<PostRulesResource>
getCounters(string, string, PostRulesGetCountersOptionalParams)
Pobieranie liczników
function getCounters(globalRulestackName: string, priority: string, options?: PostRulesGetCountersOptionalParams): Promise<RuleCounter>
Parametry
- globalRulestackName
-
string
Nazwa zasobu GlobalRulestack
- priority
-
string
Priorytet po regule
Parametry opcji.
Zwraca
Promise<RuleCounter>
list(string, PostRulesListOptionalParams)
Wyświetlanie listy zasobów PostRulesResource według dzierżawy
function list(globalRulestackName: string, options?: PostRulesListOptionalParams): PagedAsyncIterableIterator<PostRulesResource, PostRulesResource[], PageSettings>
Parametry
- globalRulestackName
-
string
Nazwa zasobu GlobalRulestack
- options
- PostRulesListOptionalParams
Parametry opcji.
Zwraca
refreshCounters(string, string, PostRulesRefreshCountersOptionalParams)
Liczniki odświeżania
function refreshCounters(globalRulestackName: string, priority: string, options?: PostRulesRefreshCountersOptionalParams): Promise<void>
Parametry
- globalRulestackName
-
string
Nazwa zasobu GlobalRulestack
- priority
-
string
Priorytet po regule
Parametry opcji.
Zwraca
Promise<void>
resetCounters(string, string, PostRulesResetCountersOptionalParams)
Resetowanie liczników
function resetCounters(globalRulestackName: string, priority: string, options?: PostRulesResetCountersOptionalParams): Promise<RuleCounterReset>
Parametry
- globalRulestackName
-
string
Nazwa zasobu GlobalRulestack
- priority
-
string
Priorytet po regule
Parametry opcji.
Zwraca
Promise<RuleCounterReset>