INamespaceAuthorizationRules 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.
Point d’entrée vers l’API de gestion des règles d’autorisation d’espace de noms.
public interface INamespaceAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceAuthorizationRule.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ServiceBus.Fluent.INamespaceAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ServiceBus.Fluent.INamespaceAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ServiceBus.Fluent.INamespacesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>, Microsoft.Azure.Management.ServiceBus.Fluent.IAuthorizationRules<Microsoft.Azure.Management.ServiceBus.Fluent.INamespaceAuthorizationRule>
type INamespaceAuthorizationRules = interface
interface IAuthorizationRules<INamespaceAuthorizationRule>
interface ISupportsListing<INamespaceAuthorizationRule>
interface ISupportsGettingByName<INamespaceAuthorizationRule>
interface ISupportsDeletingByName
interface IHasManager<IServiceBusManager>
interface ISupportsCreating<IBlank>
interface IHasInner<INamespacesOperations>
Public Interface INamespaceAuthorizationRules
Implements IAuthorizationRules(Of INamespaceAuthorizationRule), IHasInner(Of INamespacesOperations), IHasManager(Of IServiceBusManager), ISupportsCreating(Of IBlank), ISupportsDeletingByName, ISupportsGettingByName(Of INamespaceAuthorizationRule), ISupportsListing(Of INamespaceAuthorizationRule)
- Implémente
-
ISupportsCreating<IBlank> ISupportsDeletingByName ISupportsGettingByName<INamespaceAuthorizationRule> ISupportsGettingByName<RuleT> ISupportsListing<INamespaceAuthorizationRule> ISupportsListing<RuleT> IHasInner<INamespacesOperations> IHasManager<IServiceBusManager> IAuthorizationRules<INamespaceAuthorizationRule>
Propriétés
Inner |
Point d’entrée vers l’API de gestion des règles d’autorisation d’espace de noms. (Hérité de IHasInner<T>) |
Manager |
Obtient le type de client manager de ce type de ressource. (Hérité de IHasManager<ManagerT>) |
Méthodes
Define(String) |
Point d’entrée vers l’API de gestion des règles d’autorisation d’espace de noms. (Hérité de ISupportsCreating<T>) |
DeleteByName(String) |
Supprime une ressource d’Azure, en l’identifiant par son nom de ressource. (Hérité de ISupportsDeletingByName) |
DeleteByNameAsync(String, CancellationToken) |
Supprime une ressource de façon asynchrone d’Azure, en l’identifiant par son nom de ressource. (Hérité de ISupportsDeletingByName) |
GetByName(String) |
Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel. (Hérité de ISupportsGettingByName<T>) |
GetByNameAsync(String, CancellationToken) |
Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel. (Hérité de ISupportsGettingByName<T>) |
List() |
Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné. (Hérité de ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné. (Hérité de ISupportsListing<T>) |
S’applique à
Azure SDK for .NET