Share via


ClusterPropertiesEncryptionCustomerManagedKeyEncryption.FromJsonString Method

Definition

Creates a new instance of ClusterPropertiesEncryptionCustomerManagedKeyEncryption, deserializing the content from a json string.

public static Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IClusterPropertiesEncryptionCustomerManagedKeyEncryption FromJsonString (string jsonText);
static member FromJsonString : string -> Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IClusterPropertiesEncryptionCustomerManagedKeyEncryption
Public Shared Function FromJsonString (jsonText As String) As IClusterPropertiesEncryptionCustomerManagedKeyEncryption

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the ClusterPropertiesEncryptionCustomerManagedKeyEncryption model class.

Applies to