IAppServiceEnvironmentResource.DatabaseServiceObjective Property
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.
Service objective of the metadata database for the App Service Environment, e.g. "S0".
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Service objective of the metadata database for the App Service Environment, e.g. "S0".", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="databaseServiceObjective")]
public string DatabaseServiceObjective { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Service objective of the metadata database for the App Service Environment, e.g. "S0".", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="databaseServiceObjective")>]
member this.DatabaseServiceObjective : string
Public ReadOnly Property DatabaseServiceObjective As String
Property Value
- Attributes