VirtualClusterInner 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
VirtualClusterInner() |
Initializes a new instance of the VirtualClusterInner class. |
VirtualClusterInner(String, String, String, String, IDictionary<String,String>, String, String, IList<String>) |
Initializes a new instance of the VirtualClusterInner class. |
VirtualClusterInner()
Initializes a new instance of the VirtualClusterInner class.
public VirtualClusterInner ();
Public Sub New ()
Applies to
VirtualClusterInner(String, String, String, String, IDictionary<String,String>, String, String, IList<String>)
Initializes a new instance of the VirtualClusterInner class.
public VirtualClusterInner (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);
new Microsoft.Azure.Management.Sql.Fluent.Models.VirtualClusterInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Sql.Fluent.Models.VirtualClusterInner
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)
Parameters
- location
- String
Resource location.
- id
- String
- name
- String
- type
- String
- 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.
Applies to
Azure SDK for .NET