Freigeben über


ArmSqlModelFactory.JobAgentEditionCapability Method

Definition

Initializes a new instance of JobAgentEditionCapability.

public static Azure.ResourceManager.Sql.Models.JobAgentEditionCapability JobAgentEditionCapability(string name = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.Models.JobAgentServiceLevelObjectiveCapability> supportedServiceLevelObjectives = default, Azure.ResourceManager.Sql.Models.SqlCapabilityStatus? status = default, string reason = default);
static member JobAgentEditionCapability : string * seq<Azure.ResourceManager.Sql.Models.JobAgentServiceLevelObjectiveCapability> * Nullable<Azure.ResourceManager.Sql.Models.SqlCapabilityStatus> * string -> Azure.ResourceManager.Sql.Models.JobAgentEditionCapability
Public Shared Function JobAgentEditionCapability (Optional name As String = Nothing, Optional supportedServiceLevelObjectives As IEnumerable(Of JobAgentServiceLevelObjectiveCapability) = Nothing, Optional status As Nullable(Of SqlCapabilityStatus) = Nothing, Optional reason As String = Nothing) As JobAgentEditionCapability

Parameters

name
String

The job agent edition name.

supportedServiceLevelObjectives
IEnumerable<JobAgentServiceLevelObjectiveCapability>

The list of supported service level objectives for the edition.

status
Nullable<SqlCapabilityStatus>

The status of the capability.

reason
String

The reason for the capability not being available.

Returns

A new JobAgentEditionCapability instance for mocking.

Applies to