ConfigurationHelper.GetUri Method (IDictionary<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)
Syntax
public static Uri GetUri(
IDictionary<string, object> parameters,
string name,
bool isRequired = true
)
public:
static Uri^ GetUri(
IDictionary<String^, Object^>^ parameters,
String^ name,
bool isRequired = true
)
static member GetUri :
parameters:IDictionary<string, Object> *
name:string *
isRequired:bool = true -> Uri
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<String, Object>The set of parameters.
name
Type: System.StringThe name.
isRequired
Type: System.BooleanThe 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.
See Also
ConfigurationHelper Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top