Aracılığıyla paylaş


CapacityPool.EncryptionType Property

Definition

Gets or sets encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool. Possible values include: 'Single', 'Double'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.encryptionType")]
public string EncryptionType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.encryptionType")>]
member this.EncryptionType : string with get, set
Public Property EncryptionType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool. Possible values include: 'Single', 'Double'

Applies to