VirtualClusterUpdate Constructors

Definition

Overloads

VirtualClusterUpdate()

Initializes a new instance of the VirtualClusterUpdate class.

VirtualClusterUpdate(String, String, IList<String>, IDictionary<String,String>)

Initializes a new instance of the VirtualClusterUpdate class.

VirtualClusterUpdate()

Initializes a new instance of the VirtualClusterUpdate class.

public VirtualClusterUpdate ();
Public Sub New ()

Applies to

VirtualClusterUpdate(String, String, IList<String>, IDictionary<String,String>)

Initializes a new instance of the VirtualClusterUpdate class.

public VirtualClusterUpdate (string subnetId = default, string family = default, System.Collections.Generic.IList<string> childResources = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.VirtualClusterUpdate : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Sql.Fluent.Models.VirtualClusterUpdate
Public Sub New (Optional subnetId As String = Nothing, Optional family As String = Nothing, Optional childResources As IList(Of String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

subnetId
String

Subnet resource ID for the virtual cluster.

family
String

If the service has different generations of hardware, for the same SKU, then that can be captured here.

childResources
IList<String>

List of resources in this virtual cluster.

tags
IDictionary<String,String>

Resource tags.

Applies to