ITopicAuthorizationRules 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.
Einstiegspunkt zur Verwaltungs-API für Autorisierungsregeln des Themas.
public interface ITopicAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ServiceBus.Fluent.TopicAuthorizationRule.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ServiceBus.Fluent.ITopicAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ServiceBus.Fluent.ITopicAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ServiceBus.Fluent.ITopicsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>, Microsoft.Azure.Management.ServiceBus.Fluent.IAuthorizationRules<Microsoft.Azure.Management.ServiceBus.Fluent.ITopicAuthorizationRule>
type ITopicAuthorizationRules = interface
interface IAuthorizationRules<ITopicAuthorizationRule>
interface ISupportsListing<ITopicAuthorizationRule>
interface ISupportsGettingByName<ITopicAuthorizationRule>
interface ISupportsDeletingByName
interface IHasManager<IServiceBusManager>
interface ISupportsCreating<IBlank>
interface IHasInner<ITopicsOperations>
Public Interface ITopicAuthorizationRules
Implements IAuthorizationRules(Of ITopicAuthorizationRule), IHasInner(Of ITopicsOperations), IHasManager(Of IServiceBusManager), ISupportsCreating(Of IBlank), ISupportsDeletingByName, ISupportsGettingByName(Of ITopicAuthorizationRule), ISupportsListing(Of ITopicAuthorizationRule)
- Implementiert
Eigenschaften
Inner |
Einstiegspunkt zur Verwaltungs-API für Autorisierungsregeln des Themas. (Geerbt von IHasInner<T>) |
Manager |
Ruft den Managerclienttyp dieses Ressourcentyps ab. (Geerbt von IHasManager<ManagerT>) |
Methoden
Define(String) |
Einstiegspunkt zur Verwaltungs-API für Autorisierungsregeln des Themas. (Geerbt von ISupportsCreating<T>) |
DeleteByName(String) |
Löscht eine Ressource aus Azure und identifiziert sie anhand ihres Ressourcennamens. (Geerbt von ISupportsDeletingByName) |
DeleteByNameAsync(String, CancellationToken) |
Löscht eine Ressource asynchron aus Azure und identifiziert sie anhand ihres Ressourcennamens. (Geerbt von ISupportsDeletingByName) |
GetByName(String) |
Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen innerhalb der aktuellen Ressourcengruppe ab. (Geerbt von ISupportsGettingByName<T>) |
GetByNameAsync(String, CancellationToken) |
Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen innerhalb der aktuellen Ressourcengruppe ab. (Geerbt von ISupportsGettingByName<T>) |
List() |
Listet alle Ressourcen des angegebenen Typs im aktuell ausgewählten Abonnement auf. (Geerbt von ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Listet alle Ressourcen des angegebenen Typs im aktuell ausgewählten Abonnement auf. (Geerbt von ISupportsListing<T>) |
Gilt für:
Azure SDK for .NET