ResourceExtensionConfigurationStatus.SubStatusList Property

 

Optional. List of substatus objects which contain additional status information reported by the Resource Extension.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public IList<ResourceExtensionSubStatus> SubStatusList { get; set; }
public:
property IList<ResourceExtensionSubStatus^>^ SubStatusList {
    IList<ResourceExtensionSubStatus^>^ get();
    void set(IList<ResourceExtensionSubStatus^>^ value);
}
member SubStatusList : IList<ResourceExtensionSubStatus> with get, set
Public Property SubStatusList As IList(Of ResourceExtensionSubStatus)

Property Value

Type: System.Collections.Generic.IList<ResourceExtensionSubStatus>

See Also

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

Return to top