AffinityGroupGetResponse.ComputeCapabilities Property

 

Optional. The compute capabilities in this affinity group.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.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.Models.ComputeCapabilities

See Also

AffinityGroupGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top