IConnectionMonitors Schnittstelle

Definition

Einstiegspunkt für die Verbindung überwacht die Verwaltungs-API in 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)
Implementiert

Eigenschaften

Inner

Einstiegspunkt für die Verbindung überwacht die Verwaltungs-API in Azure.

(Geerbt von IHasInner<T>)

Methoden

Define(String)

Einstiegspunkt für die Verbindung überwacht die Verwaltungs-API in Azure.

(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 in der aktuellen Ressourcengruppe ab.

(Geerbt von ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen in der aktuellen Ressourcengruppe ab.

(Geerbt von ISupportsGettingByName<T>)
List()

Listet alle Ressourcen des angegebenen Typs im derzeit ausgewählten Abonnement auf.

(Geerbt von ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Listet alle Ressourcen des angegebenen Typs im derzeit ausgewählten Abonnement auf.

(Geerbt von ISupportsListing<T>)

Gilt für: