ISqlVirtualMachineProperties.VirtualMachineResourceId 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.
ARM Resource id of underlying virtual machine created from SQL marketplace image.
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="ARM Resource id of underlying virtual machine created from SQL marketplace image.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="virtualMachineResourceId")]
public string VirtualMachineResourceId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="ARM Resource id of underlying virtual machine created from SQL marketplace image.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="virtualMachineResourceId")>]
member this.VirtualMachineResourceId : string with get, set
Public Property VirtualMachineResourceId As String
Property Value
- Attributes