Share via


HostedServiceListExtensionsResponse.Extensions Property

 

Gets or sets a collection of HostedServiceListExtensionsResponse.Extension objects that define the extensions that were 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<HostedServiceListExtensionsResponse.Extension> Extensions { get; set; }
public:
property IList<HostedServiceListExtensionsResponse::Extension^>^ Extensions {
    IList<HostedServiceListExtensionsResponse::Extension^>^ get();
    void set(IList<HostedServiceListExtensionsResponse::Extension^>^ value);
}
member Extensions : IList<HostedServiceListExtensionsResponse.Extension> with get, set
Public Property Extensions As IList(Of HostedServiceListExtensionsResponse.Extension)

Property Value

Type: System.Collections.Generic.IList<HostedServiceListExtensionsResponse.Extension>

A collection of HostedServiceListExtensionsResponse.Extension objects

See Also

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

Return to top