KubernetesClusterBackupDataSourceSettings Class

Definition

Parameters for Kubernetes Cluster Backup Datasource.

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

Constructors

KubernetesClusterBackupDataSourceSettings(Boolean, Boolean)

Initializes a new instance of KubernetesClusterBackupDataSourceSettings.

Properties

BackupHookReferences

Gets or sets the backup hook references. This property sets the hook reference to be executed during backup.

ExcludedNamespaces

Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during backup.

ExcludedResourceTypes

Gets or sets the exclude resource types property. This property sets the resource types to be excluded during backup.

IncludedNamespaces

Gets or sets the include namespaces property. This property sets the namespaces to be included during backup.

IncludedResourceTypes

Gets or sets the include resource types property. This property sets the resource types to be included during backup.

IsClusterScopeResourcesIncluded

Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during backup.

IsSnapshotVolumesEnabled

Gets or sets the volume snapshot property. This property if enabled will take volume snapshots during backup.

LabelSelectors

Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during backup.

Explicit Interface Implementations

IJsonModel<BackupDataSourceSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupDataSourceSettings)
IJsonModel<KubernetesClusterBackupDataSourceSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KubernetesClusterBackupDataSourceSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupDataSourceSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BackupDataSourceSettings)
IPersistableModel<KubernetesClusterBackupDataSourceSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesClusterBackupDataSourceSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KubernetesClusterBackupDataSourceSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to