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 der Konnektivitätsprüfungsparameter.
public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.ConnectivityCheck.Definition.IFromSourceVirtualMachine, Microsoft.Azure.Management.Network.Fluent.ConnectivityCheck.Definition.IToDestination, Microsoft.Azure.Management.Network.Fluent.ConnectivityCheck.Definition.IToDestinationPort, Microsoft.Azure.Management.Network.Fluent.ConnectivityCheck.Definition.IWithExecute, Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.ConnectivityCheck.Definition.IWithExecute,Microsoft.Azure.Management.Network.Fluent.Models.Protocol>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.IConnectivityCheck>
type IDefinition = interface
interface IToDestination
interface IToDestinationPort
interface IFromSourceVirtualMachine
interface IWithExecute
interface IExecutable<IConnectivityCheck>
interface IIndexable
interface IFromSourcePort
interface IWithProtocol<IWithExecute, Protocol>
Public Interface IDefinition
Implements IExecutable(Of IConnectivityCheck), IFromSourceVirtualMachine, IToDestination, IToDestinationPort, IWithExecute, IWithProtocol(Of IWithExecute, Protocol)
- Implementiert
Eigenschaften
Key |
Die gesamte Definition der Konnektivitätsprüfungsparameter. (Geerbt von IIndexable) |
Methoden
Execute() |
Führen Sie die Anforderung aus. (Geerbt von IExecutable<T>) |
ExecuteAsync(CancellationToken, Boolean) |
Führen Sie die Anforderung asynchron aus. (Geerbt von IExecutable<T>) |
FromSourcePort(Int32) |
Die gesamte Definition der Konnektivitätsprüfungsparameter. (Geerbt von IFromSourcePort) |
FromSourceVirtualMachine(IHasNetworkInterfaces) |
Die gesamte Definition der Konnektivitätsprüfungsparameter. (Geerbt von IFromSourceVirtualMachine) |
FromSourceVirtualMachine(String) |
Die gesamte Definition der Konnektivitätsprüfungsparameter. (Geerbt von IFromSourceVirtualMachine) |
ToDestinationAddress(String) |
Die gesamte Definition der Konnektivitätsprüfungsparameter. (Geerbt von IToDestination) |
ToDestinationPort(Int32) |
Die gesamte Definition der Konnektivitätsprüfungsparameter. (Geerbt von IToDestinationPort) |
ToDestinationResourceId(String) |
Die gesamte Definition der Konnektivitätsprüfungsparameter. (Geerbt von IToDestination) |
WithProtocol(ProtocolT) |
Gibt das Transportprotokoll an. (Geerbt von IWithProtocol<ReturnT,ProtocolT>) |
Gilt für:
Azure SDK for .NET