Share via


DefenderForAISettingData Class

Definition

A class representing the DefenderForAISetting data model. The Defender for AI resource.

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

Constructors

DefenderForAISettingData()

Initializes a new instance of DefenderForAISettingData.

Properties

ETag

Resource Etag.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
State

Defender for AI state on the AI resource.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DefenderForAISettingData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DefenderForAISettingData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DefenderForAISettingData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DefenderForAISettingData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DefenderForAISettingData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to