IDbServerProperties.VMClusterId Property

Definition

The OCID of the VM Clusters associated with the Db server.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The OCID of the VM Clusters associated with the Db server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="vmClusterIds", Update=false)]
public System.Collections.Generic.List<string> VMClusterId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The OCID of the VM Clusters associated with the Db server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="vmClusterIds", Update=false)>]
member this.VMClusterId : System.Collections.Generic.List<string>
Public ReadOnly Property VMClusterId As List(Of String)

Property Value

Attributes

Applies to