RulesOperations interface
Rozhraní reprezentující operace Pravidla.
Vlastnosti
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Vytváří nové pravidlo doručení v rámci specifikované sady pravidel. |
| delete | Odstraní existující pravidlo doručení v rámci sady pravidel. |
| get | Získá existující pravidlo doručení v rámci sady pravidel. |
| list |
Uvádí všechna existující pravidla doručení v rámci sady pravidel. |
| update | Aktualizuje existující pravidlo doručení v rámci sady pravidel. |
Podrobnosti vlastnosti
beginCreate
Upozornění
Toto rozhraní API je teď zastaralé.
use create instead
beginCreate: (resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, rule: Rule, options?: RulesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Rule>, Rule>>
Hodnota vlastnosti
(resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, rule: Rule, options?: RulesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Rule>, Rule>>
beginCreateAndWait
Upozornění
Toto rozhraní API je teď zastaralé.
use create instead
beginCreateAndWait: (resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, rule: Rule, options?: RulesCreateOptionalParams) => Promise<Rule>
Hodnota vlastnosti
(resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, rule: Rule, options?: RulesCreateOptionalParams) => Promise<Rule>
beginDelete
Upozornění
Toto rozhraní API je teď zastaralé.
use delete instead
beginDelete: (resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, options?: RulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Hodnota vlastnosti
(resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, options?: RulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Upozornění
Toto rozhraní API je teď zastaralé.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, options?: RulesDeleteOptionalParams) => Promise<void>
Hodnota vlastnosti
(resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, options?: RulesDeleteOptionalParams) => Promise<void>
beginUpdate
Upozornění
Toto rozhraní API je teď zastaralé.
use update instead
beginUpdate: (resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, ruleUpdateProperties: RuleUpdateParameters, options?: RulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Rule>, Rule>>
Hodnota vlastnosti
(resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, ruleUpdateProperties: RuleUpdateParameters, options?: RulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Rule>, Rule>>
beginUpdateAndWait
Upozornění
Toto rozhraní API je teď zastaralé.
use update instead
beginUpdateAndWait: (resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, ruleUpdateProperties: RuleUpdateParameters, options?: RulesUpdateOptionalParams) => Promise<Rule>
Hodnota vlastnosti
(resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, ruleUpdateProperties: RuleUpdateParameters, options?: RulesUpdateOptionalParams) => Promise<Rule>
create
Vytváří nové pravidlo doručení v rámci specifikované sady pravidel.
create: (resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, rule: Rule, options?: RulesCreateOptionalParams) => PollerLike<OperationState<Rule>, Rule>
Hodnota vlastnosti
(resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, rule: Rule, options?: RulesCreateOptionalParams) => PollerLike<OperationState<Rule>, Rule>
delete
Odstraní existující pravidlo doručení v rámci sady pravidel.
delete: (resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, options?: RulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Hodnota vlastnosti
(resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, options?: RulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Získá existující pravidlo doručení v rámci sady pravidel.
get: (resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, options?: RulesGetOptionalParams) => Promise<Rule>
Hodnota vlastnosti
(resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, options?: RulesGetOptionalParams) => Promise<Rule>
listByRuleSet
Uvádí všechna existující pravidla doručení v rámci sady pravidel.
listByRuleSet: (resourceGroupName: string, profileName: string, ruleSetName: string, options?: RulesListByRuleSetOptionalParams) => PagedAsyncIterableIterator<Rule, Rule[], PageSettings>
Hodnota vlastnosti
(resourceGroupName: string, profileName: string, ruleSetName: string, options?: RulesListByRuleSetOptionalParams) => PagedAsyncIterableIterator<Rule, Rule[], PageSettings>
update
Aktualizuje existující pravidlo doručení v rámci sady pravidel.
update: (resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, ruleUpdateProperties: RuleUpdateParameters, options?: RulesUpdateOptionalParams) => PollerLike<OperationState<Rule>, Rule>
Hodnota vlastnosti
(resourceGroupName: string, profileName: string, ruleSetName: string, ruleName: string, ruleUpdateProperties: RuleUpdateParameters, options?: RulesUpdateOptionalParams) => PollerLike<OperationState<Rule>, Rule>