IFailoverConfigurationSpec.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.
Locations that are configured for failover.
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Info(Create=true, Description="Locations that are configured for failover.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.ILocationSpec) }, Read=true, ReadOnly=false, Required=false, SerializedName="locations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.ILocationSpec> Location { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Info(Create=true, Description="Locations that are configured for failover.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.ILocationSpec) }, Read=true, ReadOnly=false, Required=false, SerializedName="locations", Update=true)>]
member this.Location : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.ILocationSpec> with get, set
Public Property Location As List(Of ILocationSpec)
Property Value
- Attributes