VirtualCluster Constructors

Definition

Overloads

VirtualCluster()

Initializes a new instance of the VirtualCluster class.

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

Initializes a new instance of the VirtualCluster class.

VirtualCluster()

Initializes a new instance of the VirtualCluster class.

public VirtualCluster ();
Public Sub New ()

Applies to

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

Initializes a new instance of the VirtualCluster class.

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

Parameters

location
String

Resource location.

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

tags
IDictionary<String,String>

Resource tags.

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.

maintenanceConfigurationId
String

Specifies maintenance configuration id to apply to this virtual cluster.

Applies to