IUpdate Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die gesamte Aktualisierung der Event Hub-Namespaceautorisierungsregel.
public interface IUpdate : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithListen<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithListenOrSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithSend<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Update.IWithSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespaceAuthorizationRule>
type IUpdate = interface
interface IBeta
interface IAppliable<IEventHubNamespaceAuthorizationRule>
interface IIndexable
interface IWithListenOrSendOrManage<IUpdate>
interface IWithListen<IUpdate>
interface IWithSendOrManage<IUpdate>
interface IWithSend<IUpdate>
interface IWithManage<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of IEventHubNamespaceAuthorizationRule), IBeta, IWithListen(Of IUpdate), IWithListenOrSendOrManage(Of IUpdate), IWithManage(Of IUpdate), IWithSend(Of IUpdate), IWithSendOrManage(Of IUpdate)
- Implementiert
Eigenschaften
Key |
Die gesamte Aktualisierung der Event Hub-Namespaceautorisierungsregel. (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>) |
WithListenAccess() |
Gibt an, dass für die Regel der Lauschzugriff aktiviert sein soll. (Geerbt von IWithListen<T>) |
WithManageAccess() |
Gibt an, dass für die Regel der Sendezugriff aktiviert sein soll. (Geerbt von IWithManage<T>) |
WithSendAccess() |
Gibt an, dass für die Regel der Sendezugriff aktiviert sein soll. (Geerbt von IWithSend<T>) |
Gilt für:
Azure SDK for .NET