你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSqlInstanceFailoverGroupCmdletBase.Location Property

Definition

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

Applies to