InstancePoolUpdate Constructors

Definition

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.

Applies to