DataExportSettings Class

Definition

Represents a data export setting.

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

Constructors

DataExportSettings()

Initializes a new instance of DataExportSettings.

Properties

Id

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

(Inherited from ResourceData)
IsEnabled

Is the data export setting enabled.

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)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<DataExportSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataExportSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SecuritySettingData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecuritySettingData)
IPersistableModel<DataExportSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataExportSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataExportSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SecuritySettingData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SecuritySettingData)

Applies to