Sdílet prostřednictvím


TopologyResourceProperties Constructors

Definition

Overloads

TopologyResourceProperties()

Initializes a new instance of the TopologyResourceProperties class.

TopologyResourceProperties(Nullable<DateTime>, IList<TopologySingleResource>)

Initializes a new instance of the TopologyResourceProperties class.

TopologyResourceProperties()

Initializes a new instance of the TopologyResourceProperties class.

public TopologyResourceProperties ();
Public Sub New ()

Applies to

TopologyResourceProperties(Nullable<DateTime>, IList<TopologySingleResource>)

Initializes a new instance of the TopologyResourceProperties class.

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

Parameters

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