IDataBoundaryProperties.DataBoundary 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.
The data boundary definition.
[Microsoft.Azure.PowerShell.Cmdlets.DataBoundary.PSArgumentCompleter(new System.String[] { "NotDefined", "Global", "EU" })]
[Microsoft.Azure.PowerShell.Cmdlets.DataBoundary.Runtime.Info(Create=true, Description="The data boundary definition.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataBoundary", Update=false)]
public string DataBoundary { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBoundary.PSArgumentCompleter(new System.String[] { "NotDefined", "Global", "EU" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DataBoundary.Runtime.Info(Create=true, Description="The data boundary definition.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataBoundary", Update=false)>]
member this.DataBoundary : string with get, set
Public Property DataBoundary As String
Property Value
- Attributes