AzureResourceIdentifier Class

Definition

Azure resource identifier.

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

Properties

AzureResourceId

ARM resource identifier for the cloud resource being alerted on.

Explicit Interface Implementations

IJsonModel<AzureResourceIdentifier>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureResourceIdentifier>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SecurityAlertResourceIdentifier>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecurityAlertResourceIdentifier)
IPersistableModel<AzureResourceIdentifier>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureResourceIdentifier>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureResourceIdentifier>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SecurityAlertResourceIdentifier>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SecurityAlertResourceIdentifier)

Applies to