PSObjectExtensions.PopulateExtensions(IExtensibleModel, PSObject) Method

Definition

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

Applies to