Topology Constructors

Definition

Overloads

Topology()

Initializes a new instance of the Topology class.

Topology(String, Nullable<DateTime>, Nullable<DateTime>, IList<TopologyResource>)

Initializes a new instance of the Topology class.

Topology()

Initializes a new instance of the Topology class.

public Topology ();
Public Sub New ()

Applies to

Topology(String, Nullable<DateTime>, Nullable<DateTime>, IList<TopologyResource>)

Initializes a new instance of the Topology class.

public Topology (string id = default, DateTime? createdDateTime = default, DateTime? lastModified = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TopologyResource> resources = default);
new Microsoft.Azure.Management.Network.Models.Topology : string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TopologyResource> -> Microsoft.Azure.Management.Network.Models.Topology
Public Sub New (Optional id As String = Nothing, Optional createdDateTime As Nullable(Of DateTime) = Nothing, Optional lastModified As Nullable(Of DateTime) = Nothing, Optional resources As IList(Of TopologyResource) = Nothing)

Parameters

id
String

GUID representing the operation id.

createdDateTime
Nullable<DateTime>

The datetime when the topology was initially created for the resource group.

lastModified
Nullable<DateTime>

The datetime when the topology was last modified.

resources
IList<TopologyResource>

A list of topology resources.

Applies to