ConfigurationHelper.GetUri Method (IDictionary(Of String, Object), String, Boolean)

 

Gets the uniform resource identifier (URI) for the configuration helper.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Public Shared Function GetUri (
	parameters As IDictionary(Of String, Object),
	name As String,
	isRequired As Boolean
) As Uri

Parameters

parameters
Type: System.Collections.Generic.IDictionary(Of String, Object)

The set of parameters.

name
Type: System.String

The name.

isRequired
Type: System.Boolean

The indicator of whether the URI is required. true if the URI is required; otherwise, false.

Return Value

Type: System.Uri

The URI for the configuration helper.

Return to top
Show: