SqlDatabaseResourceSettings 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
SqlDatabaseResourceSettings() |
Initializes a new instance of the SqlDatabaseResourceSettings class. |
SqlDatabaseResourceSettings(String, IDictionary<String,String>, String) |
Initializes a new instance of the SqlDatabaseResourceSettings class. |
SqlDatabaseResourceSettings()
Initializes a new instance of the SqlDatabaseResourceSettings class.
public SqlDatabaseResourceSettings ();
Public Sub New ()
Applies to
SqlDatabaseResourceSettings(String, IDictionary<String,String>, String)
Initializes a new instance of the SqlDatabaseResourceSettings class.
public SqlDatabaseResourceSettings (string targetResourceName, System.Collections.Generic.IDictionary<string,string> tags = default, string zoneRedundant = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.SqlDatabaseResourceSettings : string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.SqlDatabaseResourceSettings
Public Sub New (targetResourceName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional zoneRedundant As String = Nothing)
Parameters
- targetResourceName
- String
Gets or sets the target Resource name.
- tags
- IDictionary<String,String>
Gets or sets the Resource tags.
- zoneRedundant
- String
Possible values include: 'Enable', 'Disable'