Partager via


ISubscriptions Interface

Définition

Point d’entrée vers l’API de gestion de la file d’attente service bus dans Azure.

public interface ISubscriptions : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ServiceBus.Fluent.ISubscription>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ServiceBus.Fluent.ISubscription>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ServiceBus.Fluent.ISubscriptionsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>
type ISubscriptions = interface
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<ISubscription>
    interface ISupportsGettingByName<ISubscription>
    interface ISupportsDeletingByName
    interface IHasManager<IServiceBusManager>
    interface IHasInner<ISubscriptionsOperations>
Public Interface ISubscriptions
Implements IHasInner(Of ISubscriptionsOperations), IHasManager(Of IServiceBusManager), ISupportsCreating(Of IBlank), ISupportsDeletingByName, ISupportsGettingByName(Of ISubscription), ISupportsListing(Of ISubscription)
Implémente

Propriétés

Inner

Point d’entrée vers l’API de gestion de la file d’attente service bus dans Azure.

(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 de la file d’attente service bus dans Azure.

(Hérité de ISupportsCreating<T>)
DeleteByName(String)

Supprime une ressource d’Azure, l’identifiant par son nom de ressource.

(Hérité de ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Supprime une ressource de manière 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 à