ISqlVirtualMachineGroupProperties.ClusterConfiguration Property
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.
Cluster type.
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="Cluster type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration) }, ReadOnly=true, Required=false, SerializedName="clusterConfiguration")]
public Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration? ClusterConfiguration { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="Cluster type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration) }, ReadOnly=true, Required=false, SerializedName="clusterConfiguration")>]
member this.ClusterConfiguration : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterConfiguration>
Public ReadOnly Property ClusterConfiguration As Nullable(Of ClusterConfiguration)
Property Value
- Attributes