IDbServer.AutonomousVirtualMachineId 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.
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