Share via


VolumeGroupVolumeProperties.CreationToken Property

Definition

Gets or sets a unique file path for the volume. Used when creating mount targets

[Newtonsoft.Json.JsonProperty(PropertyName="properties.creationToken")]
public string CreationToken { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.creationToken")>]
member this.CreationToken : string with get, set
Public Property CreationToken As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

A unique file path for the volume. Used when creating mount targets

Applies to