Sdílet prostřednictvím


AzureSqlServerServiceObjectiveAdapter.ListServiceObjectivesByServer Method

Definition

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

Applies to