IKubernetesClusterBackupDatasourceParameters.LabelSelector Property

Definition

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

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

Property Value

Attributes

Applies to