AffinityGroupGetResponse::Capabilities Property

 

Gets or sets a list of supported operations for the affinity group.

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

public:
property IList<String^>^ Capabilities {
	IList<String^>^ get();
	void set(IList<String^>^ value);
}

Property Value

Type: System.Collections.Generic::IList<String^>^

A list of supported operations.

For Virtual Machines, the list contains PersistentVMRole.

Return to top
Show: