ServiceObjectiveOperationsExtensions.Get 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.
Returns information about a certain Service Objective with a specific Id.
public static Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveGetResponse Get (this Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations operations, string serverName, string serviceObjectiveId);
static member Get : Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations * string * string -> Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveGetResponse
<Extension()>
Public Function Get (operations As IServiceObjectiveOperations, serverName As String, serviceObjectiveId As String) As ServiceObjectiveGetResponse
Parameters
- operations
- IServiceObjectiveOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations.
- serverName
- String
Required. The name of the Azure SQL Database Server to be queried.
- serviceObjectiveId
- String
Required. The Id of the Service Objective to be obtained.
Returns
Response containing the service objective for a given Azure SQL Database Server with matching service objective Id.
Applies to
Azure SDK for .NET