IKubernetesClusterRestoreCriteria.IncludedNamespace Property

Definition

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

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

Property Value

Attributes

Applies to