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