IDbServer.AutonomousVirtualMachineId Property

Definition

The list of OCIDs of the Autonomous Virtual Machines associated with the Db server.

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

Property Value

Attributes

Applies to