AzureSqlServerServiceObjectiveAdapter.ListServiceObjectivesByLocation Method
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 a list of all the ServiceObjective for a location
public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel> ListServiceObjectivesByLocation (string locationName, System.Management.Automation.WildcardPattern serviceObjectiveNamePattern);
member this.ListServiceObjectivesByLocation : string * System.Management.Automation.WildcardPattern -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel>
Public Function ListServiceObjectivesByLocation (locationName As String, serviceObjectiveNamePattern As WildcardPattern) As List(Of AzureSqlServerServiceObjectiveModel)
Parameters
- locationName
- String
The name of the location
- serviceObjectiveNamePattern
- WildcardPattern
The name of the serviceObjective, or null to get all.
Returns
A list of all the ServiceObjectives