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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.