JobAccountCreateOrUpdateParameters 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
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
- properties
- JobAccountCreateOrUpdateProperties