Compartir a través de


BackupKeyResult.Value Propiedad

Definición

Obtiene el blob de copia de seguridad que contiene la clave de copia de seguridad.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.Base64UrlJsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public byte[] Value { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.Base64UrlJsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : byte[]
Public ReadOnly Property Value As Byte()

Valor de propiedad

Byte[]
Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Se aplica a