Aracılığıyla paylaş


TopologyInner Constructors

Definition

Overloads

TopologyInner()

Initializes a new instance of the TopologyInner class.

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

Initializes a new instance of the TopologyInner class.

TopologyInner()

Initializes a new instance of the TopologyInner class.

public TopologyInner ();
Public Sub New ()

Applies to

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

Initializes a new instance of the TopologyInner class.

public TopologyInner (string id = default, DateTime? createdDateTime = default, DateTime? lastModified = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.TopologyResource> resources = default);
new Microsoft.Azure.Management.Network.Fluent.Models.TopologyInner : string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.TopologyResource> -> Microsoft.Azure.Management.Network.Fluent.Models.TopologyInner
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