IWithSendOrManage<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the event hub namespace or event hub authorization rule definition allowing to enable send or manage policy.
public interface IWithSendOrManage<T> : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithManage<T>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSend<T>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithSendOrManage<'T> = interface
interface IBeta
interface IWithSend<'T>
interface IWithManage<'T>
Public Interface IWithSendOrManage(Of T)
Implements IBeta, IWithManage(Of T), IWithSend(Of T)
Type Parameters
- T
The next stage of the definition.
- Derived
-
Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListenOrSendOrManage<T>
- Implements
Methods
WithManageAccess() |
Specifies that the rule should have management access enabled. (Inherited from IWithManage<T>) |
WithSendAccess() |
Specifies that the rule should have sending access enabled. (Inherited from IWithSend<T>) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET