TopologySingleResource Class

Definition

The TopologySingleResource.

public class TopologySingleResource
public class TopologySingleResource : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.TopologySingleResource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.TopologySingleResource>
type TopologySingleResource = class
type TopologySingleResource = class
    interface IJsonModel<TopologySingleResource>
    interface IPersistableModel<TopologySingleResource>
Public Class TopologySingleResource
Public Class TopologySingleResource
Implements IJsonModel(Of TopologySingleResource), IPersistableModel(Of TopologySingleResource)
Inheritance
TopologySingleResource
Implements

Properties

Children

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

Location

The location of this resource.

NetworkZones

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

Parents

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

RecommendationsExist

Indicates if the resource has security recommendations.

ResourceId

Azure resource id.

Severity

The security severity of the resource.

TopologyScore

Score of the resource based on its security severity.

Explicit Interface Implementations

IJsonModel<TopologySingleResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TopologySingleResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TopologySingleResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TopologySingleResource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TopologySingleResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to