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