Sdílet prostřednictvím


TopologySingleResource Constructors

Definition

Overloads

TopologySingleResource()

Initializes a new instance of the TopologySingleResource class.

TopologySingleResource(String, String, Nullable<Boolean>, String, Nullable<Int32>, String, IList<TopologySingleResourceParent>, IList<TopologySingleResourceChild>)

Initializes a new instance of the TopologySingleResource class.

TopologySingleResource()

Initializes a new instance of the TopologySingleResource class.

public TopologySingleResource ();
Public Sub New ()

Applies to

TopologySingleResource(String, String, Nullable<Boolean>, String, Nullable<Int32>, String, IList<TopologySingleResourceParent>, IList<TopologySingleResourceChild>)

Initializes a new instance of the TopologySingleResource class.

public TopologySingleResource (string resourceId = default, string severity = default, bool? recommendationsExist = default, string networkZones = default, int? topologyScore = default, string location = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.TopologySingleResourceParent> parents = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.TopologySingleResourceChild> children = default);
new Microsoft.Azure.Management.Security.Models.TopologySingleResource : string * string * Nullable<bool> * string * Nullable<int> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.TopologySingleResourceParent> * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.TopologySingleResourceChild> -> Microsoft.Azure.Management.Security.Models.TopologySingleResource
Public Sub New (Optional resourceId As String = Nothing, Optional severity As String = Nothing, Optional recommendationsExist As Nullable(Of Boolean) = Nothing, Optional networkZones As String = Nothing, Optional topologyScore As Nullable(Of Integer) = Nothing, Optional location As String = Nothing, Optional parents As IList(Of TopologySingleResourceParent) = Nothing, Optional children As IList(Of TopologySingleResourceChild) = Nothing)

Parameters

resourceId
String

Azure resource id

severity
String

The security severity of the resource

recommendationsExist
Nullable<Boolean>

Indicates if the resource has security recommendations

networkZones
String

Indicates the resource connectivity level to the Internet (InternetFacing, Internal ,etc.)

topologyScore
Nullable<Int32>

Score of the resource based on its security severity

location
String

The location of this resource

parents
IList<TopologySingleResourceParent>

Azure resources connected to this resource which are in higher level in the topology view

children
IList<TopologySingleResourceChild>

Azure resources connected to this resource which are in lower level in the topology view

Applies to