Partager via


IConnectionMonitors Interface

Définition

API de gestion du point d’entrée pour les moniteurs de connexion dans Azure.

public interface IConnectionMonitors : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithSource>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Network.Fluent.IConnectionMonitor>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByNameAsync<Microsoft.Azure.Management.Network.Fluent.IConnectionMonitor>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.IConnectionMonitor>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.IConnectionMonitorsOperations>
type IConnectionMonitors = interface
    interface IBeta
    interface ISupportsCreating<IWithSource>
    interface ISupportsListing<IConnectionMonitor>
    interface ISupportsGettingByNameAsync<IConnectionMonitor>
    interface ISupportsGettingByName<IConnectionMonitor>
    interface ISupportsDeletingByName
    interface IHasInner<IConnectionMonitorsOperations>
Public Interface IConnectionMonitors
Implements IBeta, IHasInner(Of IConnectionMonitorsOperations), ISupportsCreating(Of IWithSource), ISupportsDeletingByName, ISupportsGettingByName(Of IConnectionMonitor), ISupportsGettingByNameAsync(Of IConnectionMonitor), ISupportsListing(Of IConnectionMonitor)
Implémente

Propriétés

Inner

API de gestion du point d’entrée pour les moniteurs de connexion dans Azure.

(Hérité de IHasInner<T>)

Méthodes

Define(String)

API de gestion du point d’entrée pour les moniteurs de connexion dans Azure.

(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 à