PSObjectExtensions.Populate Method

Definition

Overloads

Populate(IAzureTokenCache, PSObject)
Populate(IDictionary<String,String>, String, PSObject)
Populate(IList<String>, String, PSObject)

Populate(IAzureTokenCache, PSObject)

public static void Populate (this Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache cache, System.Management.Automation.PSObject other);
static member Populate : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache * System.Management.Automation.PSObject -> unit
<Extension()>
Public Sub Populate (cache As IAzureTokenCache, other As PSObject)

Parameters

other
PSObject

Applies to

Populate(IDictionary<String,String>, String, PSObject)

public static void Populate (this System.Collections.Generic.IDictionary<string,string> dictionary, string name, System.Management.Automation.PSObject other);
static member Populate : System.Collections.Generic.IDictionary<string, string> * string * System.Management.Automation.PSObject -> unit
<Extension()>
Public Sub Populate (dictionary As IDictionary(Of String, String), name As String, other As PSObject)

Parameters

dictionary
IDictionary<String,String>
name
String
other
PSObject

Applies to

Populate(IList<String>, String, PSObject)

public static void Populate (this System.Collections.Generic.IList<string> list, string name, System.Management.Automation.PSObject other);
static member Populate : System.Collections.Generic.IList<string> * string * System.Management.Automation.PSObject -> unit
<Extension()>
Public Sub Populate (list As IList(Of String), name As String, other As PSObject)

Parameters

list
IList<String>
name
String
other
PSObject

Applies to