Sdílet prostřednictvím


AzureSqlServerServiceObjectiveAdapter.ListServiceObjectivesByLocation Method

Definition

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

Applies to