HostedServiceListResponse.HostedService.ComputeCapabilities Property

 

Optional. The compute capabilities in this hosted service.

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

Syntax

public ComputeCapabilities ComputeCapabilities { get; set; }
public:
property ComputeCapabilities^ ComputeCapabilities {
    ComputeCapabilities^ get();
    void set(ComputeCapabilities^ value);
}
member ComputeCapabilities : ComputeCapabilities with get, set
Public Property ComputeCapabilities As ComputeCapabilities

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.ComputeCapabilities

See Also

HostedServiceListResponse.HostedService Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top