StorageAccountCredential.VolumesCount Property

Definition

Gets the count of volumes using this storage account credential.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.volumesCount")]
public int? VolumesCount { get; protected set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.volumesCount")>]
member this.VolumesCount : Nullable<int> with get, set
Public Property VolumesCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to