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)
Syntax
public IList<string> Capabilities { get; set; }
public:
property IList<String^>^ Capabilities {
IList<String^>^ get();
void set(IList<String^>^ value);
}
member Capabilities : IList<string> with get, set
Public Property Capabilities As IList(Of String)
Property Value
Type: System.Collections.Generic.IList<String>
A list of supported operations.
Remarks
For Virtual Machines, the list contains PersistentVMRole.
See Also
AffinityGroupGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace
Return to top