你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TopologySingleResource Class
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.
public class TopologySingleResource
type TopologySingleResource = class
Public Class TopologySingleResource
- Inheritance
-
TopologySingleResource
Constructors
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. |
Properties
Children |
Gets azure resources connected to this resource which are in lower level in the topology view |
Location |
Gets the location of this resource |
NetworkZones |
Gets indicates the resource connectivity level to the Internet (InternetFacing, Internal ,etc.) |
Parents |
Gets azure resources connected to this resource which are in higher level in the topology view |
RecommendationsExist |
Gets indicates if the resource has security recommendations |
ResourceId |
Gets azure resource id |
Severity |
Gets the security severity of the resource |
TopologyScore |
Gets score of the resource based on its security severity |
Extension Methods
ConvertToPSType(TopologySingleResource) |