StorageServiceGetResponse.Capabilities Property
Gets or sets a collection of capabilities that are supported by the storage account.
Namespace: Microsoft.WindowsAzure.Management.Storage.Models
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Usage
'Usage
Dim instance As StorageServiceGetResponse
Dim value As IList(Of String)
value = instance.Capabilities
instance.Capabilities = value
Syntax
'Declaration
Public Property Capabilities As IList(Of String)
public IList<string> Capabilities { get; set; }
public:
property IList<String^>^ Capabilities {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
/** @property */
public IList<String> get_Capabilities ()
/** @property */
public void set_Capabilities (IList<String> value)
public function get Capabilities () : IList<String>
public function set Capabilities (value : IList<String>)
Property Value
The collection of capabilities.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008
Target Platforms
See Also
Reference
StorageServiceGetResponse Class
StorageServiceGetResponse Members
Microsoft.WindowsAzure.Management.Storage.Models Namespace