CertificateRestoreParameters.CertificateBundleBackup Property

Definition

Gets or sets the backup blob associated with a certificate bundle.

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

Property Value

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

Applies to