Поделиться через


IntentContent Constructors

Definition

Overloads

IntentContent()

Initializes a new instance of the IntentContent class.

IntentContent(String, String, IPTraffic, String)

Initializes a new instance of the IntentContent class.

IntentContent()

Initializes a new instance of the IntentContent class.

public IntentContent ();
Public Sub New ()

Applies to

IntentContent(String, String, IPTraffic, String)

Initializes a new instance of the IntentContent class.

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

Parameters

sourceResourceId
String

Source resource id of the intent.

destinationResourceId
String

Destination resource id of the intent.

ipTraffic
IPTraffic

IP traffic information.

description
String

Applies to