Sdílet prostřednictvím


ReachabilityAnalysisIntentProperties Constructors

Definition

Overloads

ReachabilityAnalysisIntentProperties()

Initializes a new instance of the ReachabilityAnalysisIntentProperties class.

ReachabilityAnalysisIntentProperties(String, String, IPTraffic, String, String)

Initializes a new instance of the ReachabilityAnalysisIntentProperties class.

ReachabilityAnalysisIntentProperties()

Initializes a new instance of the ReachabilityAnalysisIntentProperties class.

public ReachabilityAnalysisIntentProperties ();
Public Sub New ()

Applies to

ReachabilityAnalysisIntentProperties(String, String, IPTraffic, String, String)

Initializes a new instance of the ReachabilityAnalysisIntentProperties class.

public ReachabilityAnalysisIntentProperties (string sourceResourceId, string destinationResourceId, Microsoft.Azure.Management.Network.Models.IPTraffic ipTraffic, string provisioningState = default, string description = default);
new Microsoft.Azure.Management.Network.Models.ReachabilityAnalysisIntentProperties : string * string * Microsoft.Azure.Management.Network.Models.IPTraffic * string * string -> Microsoft.Azure.Management.Network.Models.ReachabilityAnalysisIntentProperties
Public Sub New (sourceResourceId As String, destinationResourceId As String, ipTraffic As IPTraffic, Optional provisioningState As String = Nothing, Optional description As String = Nothing)

Parameters

sourceResourceId
String

Source resource id to verify the reachability path of.

destinationResourceId
String

Destination resource id to verify the reachability path of.

ipTraffic
IPTraffic

IP traffic information.

provisioningState
String

Provisioning states of a resource. Possible values include: 'Failed', 'Succeeded', 'Canceled', 'Creating', 'Updating', 'Deleting'

description
String

Applies to