Sdílet prostřednictvím


ReachabilityAnalysisIntent Constructors

Definition

Overloads

ReachabilityAnalysisIntent()

Initializes a new instance of the ReachabilityAnalysisIntent class.

ReachabilityAnalysisIntent(ReachabilityAnalysisIntentProperties, String, String, String, SystemData)

Initializes a new instance of the ReachabilityAnalysisIntent class.

ReachabilityAnalysisIntent()

Initializes a new instance of the ReachabilityAnalysisIntent class.

public ReachabilityAnalysisIntent ();
Public Sub New ()

Applies to

ReachabilityAnalysisIntent(ReachabilityAnalysisIntentProperties, String, String, String, SystemData)

Initializes a new instance of the ReachabilityAnalysisIntent class.

public ReachabilityAnalysisIntent (Microsoft.Azure.Management.Network.Models.ReachabilityAnalysisIntentProperties properties, string id = default, string name = default, string type = default, Microsoft.Azure.Management.Network.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Network.Models.ReachabilityAnalysisIntent : Microsoft.Azure.Management.Network.Models.ReachabilityAnalysisIntentProperties * string * string * string * Microsoft.Azure.Management.Network.Models.SystemData -> Microsoft.Azure.Management.Network.Models.ReachabilityAnalysisIntent
Public Sub New (properties As ReachabilityAnalysisIntentProperties, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing)

Parameters

properties
ReachabilityAnalysisIntentProperties

Represents the Reachability Analysis Intent properties.

id
String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Applies to