IDeploymentLocations.Location 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.
Available regions.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Available regions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IGeoRegion) }, Read=true, ReadOnly=false, Required=false, SerializedName="locations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IGeoRegion> Location { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Available regions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IGeoRegion) }, Read=true, ReadOnly=false, Required=false, SerializedName="locations", Update=true)>]
member this.Location : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IGeoRegion> with get, set
Public Property Location As List(Of IGeoRegion)
Property Value
- Attributes