ServiceObjectiveCapability Constructors
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.
Overloads
ServiceObjectiveCapability() |
Initializes a new instance of the ServiceObjectiveCapability class. |
ServiceObjectiveCapability(String, Nullable<CapabilityStatus>, Nullable<PerformanceLevelUnit>, Nullable<Int32>, Guid, IList<MaxSizeCapability>, MaxSizeCapability) |
Initializes a new instance of the ServiceObjectiveCapability class. |
ServiceObjectiveCapability()
Initializes a new instance of the ServiceObjectiveCapability class.
public ServiceObjectiveCapability();
Public Sub New ()
Applies to
ServiceObjectiveCapability(String, Nullable<CapabilityStatus>, Nullable<PerformanceLevelUnit>, Nullable<Int32>, Guid, IList<MaxSizeCapability>, MaxSizeCapability)
Initializes a new instance of the ServiceObjectiveCapability class.
public ServiceObjectiveCapability(string name = default, Microsoft.Azure.Management.Sql.Fluent.Models.CapabilityStatus? status = default, Microsoft.Azure.Management.Sql.Fluent.Models.PerformanceLevelUnit? unit = default, int? value = default, Guid id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.MaxSizeCapability> supportedMaxSizes = default, Microsoft.Azure.Management.Sql.Fluent.Models.MaxSizeCapability includedMaxSize = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.ServiceObjectiveCapability : string * Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.CapabilityStatus> * Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.PerformanceLevelUnit> * Nullable<int> * Guid * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.MaxSizeCapability> * Microsoft.Azure.Management.Sql.Fluent.Models.MaxSizeCapability -> Microsoft.Azure.Management.Sql.Fluent.Models.ServiceObjectiveCapability
Public Sub New (Optional name As String = Nothing, Optional status As Nullable(Of CapabilityStatus) = Nothing, Optional unit As Nullable(Of PerformanceLevelUnit) = Nothing, Optional value As Nullable(Of Integer) = Nothing, Optional id As Guid = Nothing, Optional supportedMaxSizes As IList(Of MaxSizeCapability) = Nothing, Optional includedMaxSize As MaxSizeCapability = Nothing)
Parameters
- name
- String
The service objective name.
- status
- Nullable<CapabilityStatus>
The status of the service objective. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'
- unit
- Nullable<PerformanceLevelUnit>
Unit type used to measure service objective performance level. Possible values include: 'DTU'
- id
- Guid
The unique ID of the service objective.
- supportedMaxSizes
- IList<MaxSizeCapability>
The list of supported maximum database sizes for this service objective.
- includedMaxSize
- MaxSizeCapability
The included (free) max size for this service level objective.
Applies to
Azure SDK for .NET