BackupItem.BlobName Property

Definition

Gets name of the blob which contains data for this backup.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.blobName")]
public string BlobName { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.blobName")>]
member this.BlobName : string
Public ReadOnly Property BlobName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to