Share via


DatabaseCreateParameters.ServiceObjectiveId Property

 

Optional. Gets or sets the service objective ID to be applied to the database.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public string ServiceObjectiveId { get; set; }
public:
property String^ ServiceObjectiveId {
    String^ get();
    void set(String^ value);
}
member ServiceObjectiveId : string with get, set
Public Property ServiceObjectiveId As String

Property Value

Type: System.String

See Also

DatabaseCreateParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top