HostedServiceGetDetailedResponse.Deployment.RoleInstances Property

 

Gets or sets a collection of RoleInstance objects that define the role instances that are running in the deployment.

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

Syntax

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

Property Value

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

A collection of RoleInstance objects.

See Also

HostedServiceGetDetailedResponse.Deployment Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top