次の方法で共有


HyperVReplicaPolicyInput.FromJson(JsonNode) Method

Definition

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IHyperVReplicaPolicyInput. Note: the Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IHyperVReplicaPolicyInput interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

public static Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IHyperVReplicaPolicyInput FromJson (Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Json.JsonNode node);
static member FromJson : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Json.JsonNode -> Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IHyperVReplicaPolicyInput
Public Shared Function FromJson (node As JsonNode) As IHyperVReplicaPolicyInput

Parameters

node
JsonNode

a JsonNode to deserialize from.

Returns

an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IHyperVReplicaPolicyInput.

Applies to