IWithCreate 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.
public interface IWithCreate : Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithAutoStart, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithMonitoringInterval, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithSourcePort, Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IConnectionMonitor>
type IWithCreate = interface
interface ICreatable<IConnectionMonitor>
interface IIndexable
interface IWithSourcePort
interface IWithAutoStart
interface IWithMonitoringInterval
interface IWithTags
Public Interface IWithCreate
Implements ICreatable(Of IConnectionMonitor), IWithAutoStart, IWithMonitoringInterval, IWithSourcePort, IWithTags
- Abgeleitet
- Implementiert
Eigenschaften
Key | (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>) |
WithMonitoringInterval(Int32) | (Geerbt von IWithMonitoringInterval) |
WithoutAutoStart() |
Deaktivieren Sie den automatischen Start. (Geerbt von IWithAutoStart) |
WithoutTag(String) |
Entfernt ein Tag aus dem Verbindungsmonitor. (Geerbt von IWithTags) |
WithSourcePort(Int32) | (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