ConfigurationHelper.GetUri Method (IDictionary(Of String, Object), String, Boolean)
Gets the uniform resource identifier (URI) for the configuration helper.
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.
Show: