Megosztás a következőn keresztül:


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