SqlVmGroupData 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 class representing the SqlVmGroup data model. A SQL virtual machine group.
public class SqlVmGroupData : Azure.ResourceManager.Models.TrackedResourceData
type SqlVmGroupData = class
inherit TrackedResourceData
Public Class SqlVmGroupData
Inherits TrackedResourceData
- Inheritance
Constructors
SqlVmGroupData(AzureLocation) |
Initializes a new instance of SqlVmGroupData. |
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 |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
Provisioning state to track the async operation status. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ScaleType |
Scale type. |
SqlImageOffer |
SQL image offer. Examples may include SQL2016-WS2016, SQL2017-WS2016. |
SqlImageSku |
SQL image sku. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
WindowsServerFailoverClusterDomainProfile |
Cluster Active Directory domain profile. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET