ArmNetworkModelFactory.NetworkTopology Method
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.
Initializes a new instance of NetworkTopology.
public static Azure.ResourceManager.Network.Models.NetworkTopology NetworkTopology (string id = default, DateTimeOffset? createdOn = default, DateTimeOffset? lastModified = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.TopologyResourceInfo> resources = default);
static member NetworkTopology : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.Network.Models.TopologyResourceInfo> -> Azure.ResourceManager.Network.Models.NetworkTopology
Public Shared Function NetworkTopology (Optional id As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModified As Nullable(Of DateTimeOffset) = Nothing, Optional resources As IEnumerable(Of TopologyResourceInfo) = Nothing) As NetworkTopology
Parameters
- id
- String
GUID representing the operation id.
- createdOn
- Nullable<DateTimeOffset>
The datetime when the topology was initially created for the resource group.
- lastModified
- Nullable<DateTimeOffset>
The datetime when the topology was last modified.
- resources
- IEnumerable<TopologyResourceInfo>
A list of topology resources.
Returns
A new NetworkTopology instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET