AzureResourceDetails Class

Definition

Details of the Azure resource that was assessed.

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

Constructors

AzureResourceDetails()

Initializes a new instance of AzureResourceDetails.

Properties

Id

Azure resource Id of the assessed resource.

Explicit Interface Implementations

IJsonModel<AzureResourceDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureResourceDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SecurityCenterResourceDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SecurityCenterResourceDetails)
IJsonModel<SecurityCenterResourceDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecurityCenterResourceDetails)
IPersistableModel<AzureResourceDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureResourceDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureResourceDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SecurityCenterResourceDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecurityCenterResourceDetails)
IPersistableModel<SecurityCenterResourceDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SecurityCenterResourceDetails)
IPersistableModel<SecurityCenterResourceDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecurityCenterResourceDetails)

Applies to