Topology 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
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.
The datetime when the topology was initially created for the resource group.
- resources
- IList<TopologyResource>
A list of topology resources.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET