TopologySingleResource Constructors
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.
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
- networkZones
- String
Indicates the resource connectivity level to the Internet (InternetFacing, Internal ,etc.)
- 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