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)

public:
property IList<Uri^>^ Endpoints {
	IList<Uri^>^ get();
	void set(IList<Uri^>^ value);
}

Property Value

Type: System.Collections.Generic::IList<Uri^>^
Return to top
Show: