StorageAccountProperties.AffinityGroup Property
Optional. The affinity group with which this storage account is associated.
Namespace: Microsoft.WindowsAzure.Management.Storage.Models
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Syntax
public string AffinityGroup { get; set; }
public:
property String^ AffinityGroup {
String^ get();
void set(String^ value);
}
member AffinityGroup : string with get, set
Public Property AffinityGroup As String
Property Value
Type: System.String
See Also
StorageAccountProperties Class
Microsoft.WindowsAzure.Management.Storage.Models Namespace
Return to top