IKubernetesClusterRestoreCriteria.ExcludedNamespace Property
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.
Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during restore.
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during restore.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="excludedNamespaces")]
public string[] ExcludedNamespace { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during restore.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="excludedNamespaces")>]
member this.ExcludedNamespace : string[] with get, set
Public Property ExcludedNamespace As String()
Property Value
String[]
- Attributes