IUpdate Interface

Definition

The template for a Service Bus namespace update operation, containing all the settings that can be modified.

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusNamespace>, Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IWithAuthorizationRule, Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IWithQueue, Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IWithSku, Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IWithTopic
type IUpdate = interface
    interface IAppliable<IServiceBusNamespace>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithSku
    interface IWithQueue
    interface IWithTopic
    interface IWithAuthorizationRule
Public Interface IUpdate
Implements IAppliable(Of IServiceBusNamespace), IUpdateWithTags(Of IUpdate), IWithAuthorizationRule, IWithQueue, IWithSku, IWithTopic
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>)
WithNewListenRule(String)

Creates a listen authorization rule for the Service Bus namespace.

(Inherited from IWithAuthorizationRule)
WithNewManageRule(String)

Creates a manage authorization rule for the Service Bus namespace.

(Inherited from IWithAuthorizationRule)
WithNewQueue(String, Int32)

Creates a queue entity in the Service Bus namespace.

(Inherited from IWithQueue)
WithNewSendRule(String)

Creates a send authorization rule for the Service Bus namespace.

(Inherited from IWithAuthorizationRule)
WithNewTopic(String, Int32)

Creates a topic entity in the Service Bus namespace.

(Inherited from IWithTopic)
WithoutAuthorizationRule(String)

Removes an authorization rule from the Service Bus namespace.

(Inherited from IWithAuthorizationRule)
WithoutQueue(String)

Removes a queue entity from the Service Bus namespace.

(Inherited from IWithQueue)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithoutTopic(String)

Removes a topic entity from the Service Bus namespace.

(Inherited from IWithTopic)
WithSku(NamespaceSku)

Specifies the namespace sku.

(Inherited from IWithSku)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IUpdateWithTags<T>)

Applies to