IDefinition 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.
Die gesamte Definition des Verbindungsmonitors.
public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithCreate, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithDestination, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithDestinationPort, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithSource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IConnectionMonitor>
type IDefinition = interface
interface IWithSource
interface IWithDestination
interface IWithDestinationPort
interface IWithCreate
interface ICreatable<IConnectionMonitor>
interface IIndexable
interface IWithSourcePort
interface IWithAutoStart
interface IWithMonitoringInterval
interface IWithTags
Public Interface IDefinition
Implements ICreatable(Of IConnectionMonitor), IWithCreate, IWithDestination, IWithDestinationPort, IWithSource
- Implementiert
Eigenschaften
Key |
Die gesamte Definition des Verbindungsmonitors. (Geerbt von IIndexable) |
Name |
Ruft den Namen der erstellbaren Ressource ab. (Geerbt von ICreatable<T>) |
Methoden
Create() |
Führen Sie die Erstellungsanforderung aus. (Geerbt von ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Legt die Anforderung in die Warteschlange und erlaubt dem HTTP-Client, sie auszuführen, wenn Systemressourcen verfügbar sind. (Geerbt von ICreatable<T>) |
WithDestination(IHasNetworkInterfaces) |
Die gesamte Definition des Verbindungsmonitors. (Geerbt von IWithDestination) |
WithDestinationAddress(String) |
Die gesamte Definition des Verbindungsmonitors. (Geerbt von IWithDestination) |
WithDestinationId(String) |
Die gesamte Definition des Verbindungsmonitors. (Geerbt von IWithDestination) |
WithDestinationPort(Int32) |
Die gesamte Definition des Verbindungsmonitors. (Geerbt von IWithDestinationPort) |
WithMonitoringInterval(Int32) |
Die gesamte Definition des Verbindungsmonitors. (Geerbt von IWithMonitoringInterval) |
WithoutAutoStart() |
Deaktivieren Sie den automatischen Start. (Geerbt von IWithAutoStart) |
WithoutTag(String) |
Entfernt ein Tag aus dem Verbindungsmonitor. (Geerbt von IWithTags) |
WithSource(IHasNetworkInterfaces) |
Die gesamte Definition des Verbindungsmonitors. (Geerbt von IWithSource) |
WithSourceId(String) |
Die gesamte Definition des Verbindungsmonitors. (Geerbt von IWithSource) |
WithSourcePort(Int32) |
Die gesamte Definition des Verbindungsmonitors. (Geerbt von IWithSourcePort) |
WithTag(String, String) |
Fügt dem Verbindungsmonitor ein Tag hinzu. (Geerbt von IWithTags) |
WithTags(IDictionary<String,String>) |
Gibt Tags für den Verbindungsmonitor an. (Geerbt von IWithTags) |
Gilt für:
Azure SDK for .NET