IUpdate 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 entirety of the event hub authorization rule update.
public interface IUpdate : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithListen<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithListenOrSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithSend<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>
type IUpdate = interface
interface IBeta
interface IAppliable<IEventHubAuthorizationRule>
interface IIndexable
interface IWithListenOrSendOrManage<IUpdate>
interface IWithListen<IUpdate>
interface IWithSendOrManage<IUpdate>
interface IWithSend<IUpdate>
interface IWithManage<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of IEventHubAuthorizationRule), IBeta, IWithListen(Of IUpdate), IWithListenOrSendOrManage(Of IUpdate), IWithManage(Of IUpdate), IWithSend(Of IUpdate), IWithSendOrManage(Of IUpdate)
- Implements
Properties
Key | (Inherited from IIndexable) |
Methods
Apply() |
Execute the update request. (Inherited from IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Execute the update request asynchronously. (Inherited from IAppliable<T>) |
WithListenAccess() |
Specifies that the rule should have listening access enabled. (Inherited from IWithListen<T>) |
WithManageAccess() |
Specifies that the rule should have sending access enabled. (Inherited from IWithManage<T>) |
WithSendAccess() |
Specifies that the rule should have sending access enabled. (Inherited from IWithSend<T>) |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.