InstancePoolUpdate 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
InstancePoolUpdate() |
Initializes a new instance of the InstancePoolUpdate class. |
InstancePoolUpdate(IDictionary<String,String>) |
Initializes a new instance of the InstancePoolUpdate class. |
InstancePoolUpdate()
Initializes a new instance of the InstancePoolUpdate class.
public InstancePoolUpdate ();
Public Sub New ()
Applies to
InstancePoolUpdate(IDictionary<String,String>)
Initializes a new instance of the InstancePoolUpdate class.
public InstancePoolUpdate (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Sql.Models.InstancePoolUpdate : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Sql.Models.InstancePoolUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- tags
- IDictionary<String,String>
Resource tags.