Compartir a través de


EncryptionProperties.KeySource Propiedad

Definición

Obtiene o establece el origen de la clave de cifrado. Entre los valores posibles se incluyen: "Microsoft.Automation", "Microsoft.Keyvault".

[Newtonsoft.Json.JsonProperty(PropertyName="keySource")]
public Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType? KeySource { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keySource")>]
member this.KeySource : Nullable<Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType> with get, set
Public Property KeySource As Nullable(Of EncryptionKeySourceType)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a