AzureSqlInstanceFailoverGroupCmdletBase.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.
Gets or sets the name of the local region to use.
[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.LocationCompleter(new System.String[] { "Microsoft.Sql/locations/instanceFailoverGroups" })]
[System.Management.Automation.Parameter(HelpMessage="The name of the Local Region from which to retrieve the Instance Failover Group.", Mandatory=true, Position=1)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public virtual string Location { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.LocationCompleter(new System.String[] { "Microsoft.Sql/locations/instanceFailoverGroups" })>]
[<System.Management.Automation.Parameter(HelpMessage="The name of the Local Region from which to retrieve the Instance Failover Group.", Mandatory=true, Position=1)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Location : string with get, set
Public Overridable Property Location As String
Property Value
- Attributes