Share via


AzureSqlServerServiceObjectiveModel.ServiceObjectiveName Property

Definition

Gets or sets the name of the service objective

public string ServiceObjectiveName { get; set; }
member this.ServiceObjectiveName : string with get, set
Public Property ServiceObjectiveName As String

Property Value

Remarks

Can be used as input to Microsoft.Azure.Commands.Sql.Database.Cmdlet.NewAzureSqlDatabase.RequestedServiceObjectiveName

Applies to