你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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