IVirtualMachineInstanceProperties.GuestAgentInstallStatusStatus 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 installation status of the hybrid machine agent installation.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.PSArgumentCompleter(new System.String[] { "Connected", "Disconnected", "Error", "Succeeded", "InProgress", "Failed" })]
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=false, Description="The installation status of the hybrid machine agent installation.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="status", Update=false)]
public string GuestAgentInstallStatusStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.PSArgumentCompleter(new System.String[] { "Connected", "Disconnected", "Error", "Succeeded", "InProgress", "Failed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=false, Description="The installation status of the hybrid machine agent installation.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="status", Update=false)>]
member this.GuestAgentInstallStatusStatus : string
Public ReadOnly Property GuestAgentInstallStatusStatus As String
Property Value
- Attributes