StorageAccountRegenerateKeysResponse::Uri Property

 

Gets or sets the request URI for Storage Service API calls.

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

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

Property Value

Type: System::Uri^

The URI.

Return to top
Show: