StorageServiceListResponse.StorageServices Property

Gets or sets a collection of StorageService objects that lists the storage services.

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

Usage

'Usage
Dim instance As StorageServiceListResponse
Dim value As IList(Of StorageService)

value = instance.StorageServices

instance.StorageServices = value

Syntax

'Declaration
Public Property StorageServices As IList(Of StorageService)
public IList<StorageService> StorageServices { get; set; }
public:
property IList<StorageService^>^ StorageServices {
    IList<StorageService^>^ get ();
    void set (IList<StorageService^>^ value);
}
/** @property */
public IList<StorageService> get_StorageServices ()

/** @property */
public void set_StorageServices (IList<StorageService> value)
public function get StorageServices () : IList<StorageService>

public function set StorageServices (value : IList<StorageService>)

Property Value

A collection of StorageService objects.

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, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

StorageServiceListResponse Class
StorageServiceListResponse Members
Microsoft.WindowsAzure.Management.Storage.Models Namespace