PSObjectExtensions.Populate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- cache
- IAzureTokenCache
- 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
- name
- String
- other
- PSObject