TopologyAssociation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TopologyAssociation() |
Initializes a new instance of the TopologyAssociation class. |
TopologyAssociation(String, String, String) |
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, String)
Initializes a new instance of the TopologyAssociation class.
public TopologyAssociation (string name = default, string resourceId = default, string associationType = default);
new Microsoft.Azure.Management.Network.Models.TopologyAssociation : string * string * string -> Microsoft.Azure.Management.Network.Models.TopologyAssociation
Public Sub New (Optional name As String = Nothing, Optional resourceId As String = Nothing, Optional associationType As String = 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
- String
The association type of the child resource to the parent resource. Possible values include: 'Associated', 'Contains'
Applies to
Azure SDK for .NET