TopologyResource Constructors

Definition

Overloads

TopologyResource()

Initializes a new instance of the TopologyResource class.

TopologyResource(String, String, String, IList<TopologyAssociation>)

Initializes a new instance of the TopologyResource class.

TopologyResource()

Initializes a new instance of the TopologyResource class.

public TopologyResource ();
Public Sub New ()

Applies to

TopologyResource(String, String, String, IList<TopologyAssociation>)

Initializes a new instance of the TopologyResource class.

public TopologyResource (string name = default, string id = default, string location = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.TopologyAssociation> associations = default);
new Microsoft.Azure.Management.Network.Fluent.Models.TopologyResource : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.TopologyAssociation> -> Microsoft.Azure.Management.Network.Fluent.Models.TopologyResource
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional location As String = Nothing, Optional associations As IList(Of TopologyAssociation) = Nothing)

Parameters

name
String

Name of the resource.

id
String

ID of the resource.

location
String

Resource location.

associations
IList<TopologyAssociation>

Holds the associations the resource has with other resources in the resource group.

Applies to