JobAccountCreateOrUpdateProperties 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
JobAccountCreateOrUpdateProperties() |
Initializes a new instance of the JobAccountCreateOrUpdateProperties class. |
JobAccountCreateOrUpdateProperties(String) |
Initializes a new instance of the JobAccountCreateOrUpdateProperties class with required arguments. |
JobAccountCreateOrUpdateProperties()
Initializes a new instance of the JobAccountCreateOrUpdateProperties class.
public JobAccountCreateOrUpdateProperties ();
Public Sub New ()
Applies to
JobAccountCreateOrUpdateProperties(String)
Initializes a new instance of the JobAccountCreateOrUpdateProperties class with required arguments.
public JobAccountCreateOrUpdateProperties (string databaseId);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.JobAccountCreateOrUpdateProperties : string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.JobAccountCreateOrUpdateProperties
Public Sub New (databaseId As String)
Parameters
- databaseId
- String