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)

public IList<RoleInstance> RoleInstances { get; set; }

Property Value

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

A collection of RoleInstance objects.

Return to top
Show: