PSObjectExtensions.PopulateExtensions(IExtensibleModel, PSObject) 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.
Populate the model extensions from a PSObject
public static void PopulateExtensions (this Microsoft.Azure.Commands.Common.Authentication.Abstractions.IExtensibleModel model, System.Management.Automation.PSObject other);
static member PopulateExtensions : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IExtensibleModel * System.Management.Automation.PSObject -> unit
<Extension()>
Public Sub PopulateExtensions (model As IExtensibleModel, other As PSObject)
Parameters
- model
- IExtensibleModel
The model to populate
- other
- PSObject
The PSObject to populate it from