IUpdate Schnittstelle

Definition

Die Vorlage für einen Service Bus-Namespaceupdatevorgang, der alle Einstellungen enthält, die geändert werden können.

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
Implementiert

Eigenschaften

Key

Die Vorlage für einen Service Bus-Namespaceupdatevorgang, der alle Einstellungen enthält, die geändert werden können.

(Geerbt von IIndexable)

Methoden

Apply()

Führen Sie die Updateanforderung aus.

(Geerbt von IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Führen Sie die Updateanforderung asynchron aus.

(Geerbt von IAppliable<T>)
WithNewListenRule(String)

Erstellt eine Listenautorisierungsregel für den Service Bus-Namespace.

(Geerbt von IWithAuthorizationRule)
WithNewManageRule(String)

Erstellt eine Verwaltungsautorisierungsregel für den Service Bus-Namespace.

(Geerbt von IWithAuthorizationRule)
WithNewQueue(String, Int32)

Erstellt eine Warteschlangenentität im Service Bus-Namespace.

(Geerbt von IWithQueue)
WithNewSendRule(String)

Erstellt eine Sendeautorisierungsregel für den Service Bus-Namespace.

(Geerbt von IWithAuthorizationRule)
WithNewTopic(String, Int32)

Erstellt eine Themenentität im Service Bus-Namespace.

(Geerbt von IWithTopic)
WithoutAuthorizationRule(String)

Entfernt eine Autorisierungsregel aus dem Service Bus-Namespace.

(Geerbt von IWithAuthorizationRule)
WithoutQueue(String)

Entfernt eine Warteschlangenentität aus dem Service Bus-Namespace.

(Geerbt von IWithQueue)
WithoutTag(String)

Entfernt ein Tag aus der Ressource.

(Geerbt von IUpdateWithTags<T>)
WithoutTopic(String)

Entfernt eine Themenentität aus dem Service Bus-Namespace.

(Geerbt von IWithTopic)
WithSku(NamespaceSku)

Gibt die Namespace-SKU an.

(Geerbt von IWithSku)
WithTag(String, String)

Fügt der Ressource ein Tag hinzu.

(Geerbt von IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Gibt Tags für die Ressource als {@link Map} an.

(Geerbt von IUpdateWithTags<T>)

Gilt für: