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 namespace authorization rule update.
public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ServiceBus.Fluent.INamespaceAuthorizationRule>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithListen<Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithListenOrSendOrManage<Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithManage<Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithSend<Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithSendOrManage<Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceAuthorizationRule.Update.IUpdate>
type IUpdate = interface
interface IAppliable<INamespaceAuthorizationRule>
interface IIndexable
interface IWithListenOrSendOrManage<IUpdate>
interface IWithListen<IUpdate>
interface IWithSendOrManage<IUpdate>
interface IWithSend<IUpdate>
interface IWithManage<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of INamespaceAuthorizationRule), 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>) |
WithListeningEnabled() | (Inherited from IWithListen<T>) |
WithManagementEnabled() | (Inherited from IWithManage<T>) |
WithSendingEnabled() | (Inherited from IWithSend<T>) |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET