KubernetesClusterRestoreCriteria Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Applies to
Azure SDK for .NET