MediaServicesAccountCreateParameters::BlobStorageEndpointUri Property

 

Required. The url of the blob storage endpoint associated with the created Media Services account

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

public:
property Uri^ BlobStorageEndpointUri {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^
Return to top
Show: