IStandbyPoolIdentity.StandbyVirtualMachineName 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.
Name of the standby virtual machine
[Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.Info(Create=true, Description="Name of the standby virtual machine", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="standbyVirtualMachineName", Update=true)]
public string StandbyVirtualMachineName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.Info(Create=true, Description="Name of the standby virtual machine", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="standbyVirtualMachineName", Update=true)>]
member this.StandbyVirtualMachineName : string with get, set
Public Property StandbyVirtualMachineName As String
Property Value
- Attributes