Delen via


KubernetesClusterRestoreCriteria Class

Definition

kubernetes Cluster Backup target info for restore operation.

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

Constructors

KubernetesClusterRestoreCriteria(Boolean)

Initializes a new instance of KubernetesClusterRestoreCriteria.

Properties

ConflictPolicy

Gets or sets the Conflict Policy property. This property sets policy during conflict of resources during restore.

ExcludedNamespaces

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

ExcludedResourceTypes

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

IncludedNamespaces

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

IncludedResourceTypes

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

IsClusterScopeResourcesIncluded

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

LabelSelectors

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

NamespaceMappings

Gets or sets the Namespace Mappings property. This property sets if namespace needs to be change during restore.

PersistentVolumeRestoreMode

Gets or sets the PV (Persistent Volume) Restore Mode property. This property sets whether volumes needs to be restored.

ResourceModifierReference

Gets or sets the resource modifier reference. This property sets the reference for resource modifier during restore.

RestoreHookReferences

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

Explicit Interface Implementations

IJsonModel<ItemLevelRestoreCriteria>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ItemLevelRestoreCriteria)
IJsonModel<KubernetesClusterRestoreCriteria>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KubernetesClusterRestoreCriteria>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ItemLevelRestoreCriteria>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ItemLevelRestoreCriteria)
IPersistableModel<KubernetesClusterRestoreCriteria>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KubernetesClusterRestoreCriteria>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KubernetesClusterRestoreCriteria>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to