Share via


TopologyResource Constructors

Definition

Overloads

TopologyResource()

Initializes a new instance of the TopologyResource class.

TopologyResource(String, String, String, String, Nullable<DateTime>, IList<TopologySingleResource>)

Initializes a new instance of the TopologyResource class.

TopologyResource()

Initializes a new instance of the TopologyResource class.

public TopologyResource ();
Public Sub New ()

Applies to

TopologyResource(String, String, String, String, Nullable<DateTime>, IList<TopologySingleResource>)

Initializes a new instance of the TopologyResource class.

public TopologyResource (string id = default, string name = default, string type = default, string location = default, DateTime? calculatedDateTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.TopologySingleResource> topologyResources = default);
new Microsoft.Azure.Management.Security.Models.TopologyResource : string * string * string * string * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.TopologySingleResource> -> Microsoft.Azure.Management.Security.Models.TopologyResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional calculatedDateTime As Nullable(Of DateTime) = Nothing, Optional topologyResources As IList(Of TopologySingleResource) = Nothing)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

location
String

Location where the resource is stored

calculatedDateTime
Nullable<DateTime>

The UTC time on which the topology was calculated

topologyResources
IList<TopologySingleResource>

Azure resources which are part of this topology resource

Applies to