Partager via


AgentPool.CreationData Property

Definition

Gets or sets creationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.creationData")]
public Microsoft.Azure.Management.ContainerService.Models.CreationData CreationData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.creationData")>]
member this.CreationData : Microsoft.Azure.Management.ContainerService.Models.CreationData with get, set
Public Property CreationData As CreationData

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to