Share via


StorageAccountProperties.Endpoints Property

Optional. The URLs that are used to perform a retrieval of a public blob, queue, or table object.

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

Usage

'Usage
Dim instance As StorageAccountProperties
Dim value As IList(Of Uri)

value = instance.Endpoints

instance.Endpoints = value

Syntax

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

/** @property */
public void set_Endpoints (IList<Uri> value)
public function get Endpoints () : IList<Uri>

public function set Endpoints (value : IList<Uri>)

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

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