CustomerManagedKeyEncryptionProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
All Customer-managed key encryption properties for the resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.CustomerManagedKeyEncryptionPropertiesTypeConverter))]
public class CustomerManagedKeyEncryptionProperties : Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.ICustomerManagedKeyEncryptionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.CustomerManagedKeyEncryptionPropertiesTypeConverter))>]
type CustomerManagedKeyEncryptionProperties = class
interface ICustomerManagedKeyEncryptionProperties
interface IJsonSerializable
Public Class CustomerManagedKeyEncryptionProperties
Implements ICustomerManagedKeyEncryptionProperties
- Inheritance
-
CustomerManagedKeyEncryptionProperties
- Attributes
- Implements
Constructors
| CustomerManagedKeyEncryptionProperties() |
Creates an new CustomerManagedKeyEncryptionProperties instance. |
Properties
| KeyEncryptionKeyIdentityType |
Values can be SystemAssigned or UserAssigned |
| KeyEncryptionKeyIdentityUserAssignedIdentityResourceId | |
| KeyEncryptionKeyUrl |
key encryption key Url, with or without a version. Ex: |
Methods
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomerManagedKeyEncryptionProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomerManagedKeyEncryptionProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.ICustomerManagedKeyEncryptionProperties. |
| FromJsonString(String) |
Creates a new instance of CustomerManagedKeyEncryptionProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomerManagedKeyEncryptionProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |