IWithAccessPolicy Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Étape de la définition de la règle d’autorisation permettant de spécifier la stratégie d’accès.
public interface IWithAccessPolicy : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListen<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListenOrSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSend<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAccessPolicy = interface
interface IBeta
interface IWithListenOrSendOrManage<IWithCreate>
interface IWithListen<IWithCreate>
interface IWithSendOrManage<IWithCreate>
interface IWithSend<IWithCreate>
interface IWithManage<IWithCreate>
Public Interface IWithAccessPolicy
Implements IBeta, IWithListen(Of IWithCreate), IWithListenOrSendOrManage(Of IWithCreate), IWithManage(Of IWithCreate), IWithSend(Of IWithCreate), IWithSendOrManage(Of IWithCreate)
- Dérivé
- Implémente
Méthodes
WithListenAccess() |
Spécifie que l’accès à l’écoute doit être activé pour la règle. (Hérité de IWithListen<T>) |
WithManageAccess() |
Spécifie que l’accès à la gestion doit être activé pour la règle. (Hérité de IWithManage<T>) |
WithSendAccess() |
Spécifie que l’accès d’envoi doit être activé pour la règle. (Hérité de IWithSend<T>) |
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET