SqlVirtualMachineGroup Class
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.
A SQL virtual machine group.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.SqlVirtualMachineGroupTypeConverter))]
public class SqlVirtualMachineGroup : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineGroup, Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.SqlVirtualMachineGroupTypeConverter))>]
type SqlVirtualMachineGroup = class
interface ISqlVirtualMachineGroup
interface IJsonSerializable
interface ITrackedResource
interface IResource
interface IValidates
Public Class SqlVirtualMachineGroup
Implements ISqlVirtualMachineGroup, IValidates
- Inheritance
-
SqlVirtualMachineGroup
- Attributes
- Implements
Constructors
SqlVirtualMachineGroup() |
Creates an new SqlVirtualMachineGroup instance. |
Properties
ClusterConfiguration |
Cluster type. |
ClusterManagerType |
Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type. |
Id |
Resource ID. |
Location |
Resource location. |
Name |
Resource name. |
ProvisioningState |
Provisioning state to track the async operation status. |
ResourceGroupName |
Gets the resource group name |
ScaleType |
Scale type. |
SqlImageOffer |
SQL image offer. Examples may include SQL2016-WS2016, SQL2017-WS2016. |
SqlImageSku |
SQL image sku. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Tag |
Resource tags. |
Type |
Resource type. |
WsfcDomainProfileClusterBootstrapAccount |
Account name used for creating cluster (at minimum needs permissions to 'Create Computer Objects' in domain). |
WsfcDomainProfileClusterOperatorAccount |
Account name used for operating cluster i.e. will be part of administrators group on all the participating virtual machines in the cluster. |
WsfcDomainProfileClusterSubnetType |
Cluster subnet type. |
WsfcDomainProfileDomainFqdn |
Fully qualified name of the domain. |
WsfcDomainProfileFileShareWitnessPath |
Optional path for fileshare witness. |
WsfcDomainProfileOuPath |
Organizational Unit path in which the nodes and cluster will be present. |
WsfcDomainProfileSqlServiceAccount |
Account name under which SQL service will run on all participating SQL virtual machines in the cluster. |
WsfcDomainProfileStorageAccountPrimaryKey |
Primary key of the witness storage account. |
WsfcDomainProfileStorageAccountUrl |
Fully qualified ARM resource id of the witness storage account. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SqlVirtualMachineGroup. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SqlVirtualMachineGroup. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlVirtualMachineGroup. |
FromJsonString(String) |
Creates a new instance of SqlVirtualMachineGroup, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SqlVirtualMachineGroup into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |