ResourceExtensionConfigurationStatus.FormattedMessage Property

 

Optional. This object encapsulates a formatted localized status message.

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

ResourceExtensionConfigurationStatus Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top