public static interface Topic.DefinitionStages.WithAuthorizationRule
| Modifier and Type | Method and Description |
|---|---|
Topic.DefinitionStages.WithCreate |
withNewListenRule(String name)
Creates a listen authorization rule for the topic.
|
Topic.DefinitionStages.WithCreate |
withNewManageRule(String name)
Creates a manage authorization rule for the topic.
|
Topic.DefinitionStages.WithCreate |
withNewSendRule(String name)
Creates a send authorization rule for the topic.
|
Topic.DefinitionStages.WithCreate withNewSendRule(String name)
name - rule nameTopic.DefinitionStages.WithCreate withNewListenRule(String name)
name - rule nameTopic.DefinitionStages.WithCreate withNewManageRule(String name)
name - rule nameCopyright © 2021 Microsoft Corporation. All rights reserved.