Aracılığıyla paylaş


JobAccountCreateOrUpdateParameters Constructors

Definition

Overloads

JobAccountCreateOrUpdateParameters()

Initializes a new instance of the JobAccountCreateOrUpdateParameters class.

JobAccountCreateOrUpdateParameters(JobAccountCreateOrUpdateProperties)

Initializes a new instance of the JobAccountCreateOrUpdateParameters class with required arguments.

JobAccountCreateOrUpdateParameters()

Initializes a new instance of the JobAccountCreateOrUpdateParameters class.

public JobAccountCreateOrUpdateParameters ();
Public Sub New ()

Applies to

JobAccountCreateOrUpdateParameters(JobAccountCreateOrUpdateProperties)

Initializes a new instance of the JobAccountCreateOrUpdateParameters class with required arguments.

public JobAccountCreateOrUpdateParameters (Microsoft.Azure.Management.Sql.LegacySdk.Models.JobAccountCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.JobAccountCreateOrUpdateParameters : Microsoft.Azure.Management.Sql.LegacySdk.Models.JobAccountCreateOrUpdateProperties -> Microsoft.Azure.Management.Sql.LegacySdk.Models.JobAccountCreateOrUpdateParameters
Public Sub New (properties As JobAccountCreateOrUpdateProperties)

Parameters

Applies to