Share via


ILabPlanUpdateProperties.AllowedRegion Property

Definition

The allowed regions for the lab creator to use when creating labs using this lab plan.

[Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Description="The allowed regions for the lab creator to use when creating labs using this lab plan.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="allowedRegions")]
public string[] AllowedRegion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Description="The allowed regions for the lab creator to use when creating labs using this lab plan.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="allowedRegions")>]
member this.AllowedRegion : string[] with get, set
Public Property AllowedRegion As String()

Property Value

String[]
Attributes

Applies to