SqlVirtualMachineGroup 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
SqlVirtualMachineGroup() |
Initializes a new instance of the SqlVirtualMachineGroup class. |
SqlVirtualMachineGroup(String, String, String, String, IDictionary<String,String>, String, String, String, String, String, String, WsfcDomainProfile) |
Initializes a new instance of the SqlVirtualMachineGroup class. |
SqlVirtualMachineGroup()
Initializes a new instance of the SqlVirtualMachineGroup class.
public SqlVirtualMachineGroup ();
Public Sub New ()
Applies to
SqlVirtualMachineGroup(String, String, String, String, IDictionary<String,String>, String, String, String, String, String, String, WsfcDomainProfile)
Initializes a new instance of the SqlVirtualMachineGroup class.
public SqlVirtualMachineGroup (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, string sqlImageOffer = default, string sqlImageSku = default, string scaleType = default, string clusterManagerType = default, string clusterConfiguration = default, Microsoft.Azure.Management.SqlVirtualMachine.Models.WsfcDomainProfile wsfcDomainProfile = default);
new Microsoft.Azure.Management.SqlVirtualMachine.Models.SqlVirtualMachineGroup : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string * string * Microsoft.Azure.Management.SqlVirtualMachine.Models.WsfcDomainProfile -> Microsoft.Azure.Management.SqlVirtualMachine.Models.SqlVirtualMachineGroup
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 provisioningState As String = Nothing, Optional sqlImageOffer As String = Nothing, Optional sqlImageSku As String = Nothing, Optional scaleType As String = Nothing, Optional clusterManagerType As String = Nothing, Optional clusterConfiguration As String = Nothing, Optional wsfcDomainProfile As WsfcDomainProfile = Nothing)
Parameters
- location
- String
Resource location.
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- tags
- IDictionary<String,String>
Resource tags.
- provisioningState
- String
Provisioning state to track the async operation status.
- sqlImageOffer
- String
SQL image offer. Examples may include SQL2016-WS2016, SQL2017-WS2016.
- sqlImageSku
- String
SQL image sku. Possible values include: 'Developer', 'Enterprise'
- scaleType
- String
Scale type. Possible values include: 'HA'
- clusterManagerType
- String
Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type. Possible values include: 'WSFC'
- clusterConfiguration
- String
Cluster type. Possible values include: 'Domainful'
- wsfcDomainProfile
- WsfcDomainProfile
Cluster Active Directory domain profile.