TopologyInner 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
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.
The datetime when the topology was initially created for the resource group.
- resources
- IList<TopologyResource>
A list of topology resources.