IKubernetesClusterBackupDatasourceParameters Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterBackupDatasourceParametersTypeConverter))]
public interface IKubernetesClusterBackupDatasourceParameters : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterBackupDatasourceParametersTypeConverter))>]
type IKubernetesClusterBackupDatasourceParameters = interface
interface IJsonSerializable
interface IBackupDatasourceParameters
Public Interface IKubernetesClusterBackupDatasourceParameters
Implements IBackupDatasourceParameters
- Derived
- Attributes
- Implements
Properties
BackupHookReference |
Gets or sets the backup hook references. This property sets the hook reference to be executed during backup. |
ExcludedNamespace |
Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during backup. |
ExcludedResourceType |
Gets or sets the exclude resource types property. This property sets the resource types to be excluded during backup. |
IncludeClusterScopeResource |
Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during backup. |
IncludedNamespace |
Gets or sets the include namespaces property. This property sets the namespaces to be included during backup. |
IncludedResourceType |
Gets or sets the include resource types property. This property sets the resource types to be included during backup. |
LabelSelector |
Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during backup. |
ObjectType |
Type of the specific object - used for deserializing (Inherited from IBackupDatasourceParameters) |
SnapshotVolume |
Gets or sets the volume snapshot property. This property if enabled will take volume snapshots during backup. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |