SqlElasticPoolResourceSettings 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
SqlElasticPoolResourceSettings() |
Initializes a new instance of the SqlElasticPoolResourceSettings class. |
SqlElasticPoolResourceSettings(String, IDictionary<String,String>, String) |
Initializes a new instance of the SqlElasticPoolResourceSettings class. |
SqlElasticPoolResourceSettings()
Initializes a new instance of the SqlElasticPoolResourceSettings class.
public SqlElasticPoolResourceSettings ();
Public Sub New ()
Applies to
SqlElasticPoolResourceSettings(String, IDictionary<String,String>, String)
Initializes a new instance of the SqlElasticPoolResourceSettings class.
public SqlElasticPoolResourceSettings (string targetResourceName, System.Collections.Generic.IDictionary<string,string> tags = default, string zoneRedundant = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.SqlElasticPoolResourceSettings : string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.SqlElasticPoolResourceSettings
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'