IKubernetesClusterBackupDatasourceParameters.IncludedVolumeType Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "AzureDisk", "AzureFileShareSMB" })]
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Gets or sets the include volume types property. This property sets the volume types to be included during backup.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="includedVolumeTypes", Update=true)]
public System.Collections.Generic.List<string> IncludedVolumeType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "AzureDisk", "AzureFileShareSMB" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Gets or sets the include volume types property. This property sets the volume types to be included during backup.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="includedVolumeTypes", Update=true)>]
member this.IncludedVolumeType : System.Collections.Generic.List<string> with get, set
Public Property IncludedVolumeType As List(Of String)

Property Value

Attributes

Applies to