Language

IDataPolicyManifestProperties.Namespace Property

Definition

The list of namespaces for the data policy manifest.

[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The list of namespaces for the data policy manifest.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="namespaces", Update=true)]
public System.Collections.Generic.List<string> Namespace { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The list of namespaces for the data policy manifest.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="namespaces", Update=true)>]
member this.Namespace : System.Collections.Generic.List<string> with get, set
Public Property Namespace As List(Of String)

Property Value

Attributes

Applies to