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