Share via


IFailoverConfigurationSpec.Location Property

Definition

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

Applies to