Share via


CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity.FromJson Method

Definition

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.ICustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity.

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

Parameters

node
JsonNode

a JsonNode to deserialize from.

Returns

an instance of Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.ICustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity.

Applies to