IUpdate Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A totalidade da atualização da regra de autorização do hub de eventos.
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)
- Implementações
Propriedades
Key |
A totalidade da atualização da regra de autorização do hub de eventos. (Herdado de IIndexable) |
Métodos
Apply() |
Execute a solicitação de atualização. (Herdado de IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Execute a solicitação de atualização de forma assíncrona. (Herdado de IAppliable<T>) |
WithListenAccess() |
Especifica que a regra deve ter o acesso de escuta habilitado. (Herdado de IWithListen<T>) |
WithManageAccess() |
Especifica que a regra deve ter o acesso de envio habilitado. (Herdado de IWithManage<T>) |
WithSendAccess() |
Especifica que a regra deve ter o acesso de envio habilitado. (Herdado de IWithSend<T>) |
Aplica-se a
Azure SDK for .NET