SqlAgentConfiguration 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
SqlAgentConfiguration() |
Initializes a new instance of the SqlAgentConfiguration class. |
SqlAgentConfiguration(String, String, String, String) |
Initializes a new instance of the SqlAgentConfiguration class. |
SqlAgentConfiguration()
Initializes a new instance of the SqlAgentConfiguration class.
public SqlAgentConfiguration ();
Public Sub New ()
Applies to
SqlAgentConfiguration(String, String, String, String)
Initializes a new instance of the SqlAgentConfiguration class.
public SqlAgentConfiguration (string id = default, string name = default, string type = default, string state = default);
new Microsoft.Azure.Management.Sql.Models.SqlAgentConfiguration : string * string * string * string -> Microsoft.Azure.Management.Sql.Models.SqlAgentConfiguration
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional state As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- state
- String
The state of Sql Agent. Possible values include: 'Enabled', 'Disabled'
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET