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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET