Share via


TopologyAssociation Constructors

Definition

Overloads

TopologyAssociation()

Initializes a new instance of the TopologyAssociation class.

TopologyAssociation(String, String, AssociationType)

Initializes a new instance of the TopologyAssociation class.

TopologyAssociation()

Initializes a new instance of the TopologyAssociation class.

public TopologyAssociation ();
Public Sub New ()

Applies to

TopologyAssociation(String, String, AssociationType)

Initializes a new instance of the TopologyAssociation class.

public TopologyAssociation (string name = default, string resourceId = default, Microsoft.Azure.Management.Network.Fluent.Models.AssociationType associationType = default);
new Microsoft.Azure.Management.Network.Fluent.Models.TopologyAssociation : string * string * Microsoft.Azure.Management.Network.Fluent.Models.AssociationType -> Microsoft.Azure.Management.Network.Fluent.Models.TopologyAssociation
Public Sub New (Optional name As String = Nothing, Optional resourceId As String = Nothing, Optional associationType As AssociationType = Nothing)

Parameters

name
String

The name of the resource that is associated with the parent resource.

resourceId
String

The ID of the resource that is associated with the parent resource.

associationType
AssociationType

The association type of the child resource to the parent resource. Possible values include: 'Associated', 'Contains'

Applies to