HostedServiceListAvailableExtensionsResponse.ExtensionImages Property

 

Gets or sets a collection of T:Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse.ExtensionImage objects that represent the extensions that can be added to a cloud service.

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

Syntax

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

Property Value

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

A collection of T:Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse.ExtensionImage objects.

See Also

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

Return to top