GuestAgentStatus.FormattedMessage Property
Optional. This object encapsulates a formatted localized status message from the Guest Agent.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public GuestAgentFormattedMessage FormattedMessage { get; set; }
public:
property GuestAgentFormattedMessage^ FormattedMessage {
GuestAgentFormattedMessage^ get();
void set(GuestAgentFormattedMessage^ value);
}
member FormattedMessage : GuestAgentFormattedMessage with get, set
Public Property FormattedMessage As GuestAgentFormattedMessage
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.GuestAgentFormattedMessage
See Also
GuestAgentStatus Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top