ODataCmdletAdapter.GetCustomUriHelper Method

Namespace: Microsoft.PowerShell.Cmdletization.OData
Assembly: Microsoft.PowerShell.Cmdletization.OData (in Microsoft.PowerShell.Cmdletization.OData.dll)

Usage

'Usage
Dim instance As ODataCmdletAdapter
Dim defaultUri As String
Dim connectionUri As String
Dim keys As List(Of Tuple(Of String, Object))
Dim returnValue As String

returnValue = instance.GetCustomUriHelper(defaultUri, connectionUri, keys)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings")> _
<SuppressMessageAttribute("Microsoft.Design", "CA1055:UriReturnValuesShouldNotBeStrings")> _
Public Overridable Function GetCustomUriHelper ( _
    defaultUri As String, _
    connectionUri As String, _
    keys As List(Of Tuple(Of String, Object)) _
) As String
[SuppressMessageAttribute("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings")] 
[SuppressMessageAttribute("Microsoft.Design", "CA1055:UriReturnValuesShouldNotBeStrings")] 
public virtual string GetCustomUriHelper (
    string defaultUri,
    string connectionUri,
    List<Tuple<string,Object>> keys
)
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1054:UriParametersShouldNotBeStrings")] 
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1055:UriReturnValuesShouldNotBeStrings")] 
public:
virtual String^ GetCustomUriHelper (
    String^ defaultUri, 
    String^ connectionUri, 
    List<Tuple<String^, Object^>^>^ keys
)
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings") */ 
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1055:UriReturnValuesShouldNotBeStrings") */ 
public String GetCustomUriHelper (
    String defaultUri, 
    String connectionUri, 
    List<Tuple<String,Object>> keys
)
SuppressMessageAttribute("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings") 
SuppressMessageAttribute("Microsoft.Design", "CA1055:UriReturnValuesShouldNotBeStrings") 
public function GetCustomUriHelper (
    defaultUri : String, 
    connectionUri : String, 
    keys : List<Tuple<String,Object>>
) : String

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

ODataCmdletAdapter Class
ODataCmdletAdapter Members
Microsoft.PowerShell.Cmdletization.OData Namespace