AffinityGroupGetResponse.StorageServiceReference.Uri Property

 

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

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

Syntax

public Uri Uri { get; set; }
public:
property Uri^ Uri {
    Uri^ get();
    void set(Uri^ value);
}
member Uri : Uri with get, set
Public Property Uri As Uri

Property Value

Type: System.Uri

The URI.

See Also

AffinityGroupGetResponse.StorageServiceReference Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top