ApplySnapshotRequest.Mode Property

Definition

Gets or sets snapshot applying mode. Currently only CreateNew is supported, which means the apply operation will fail if target subscription already contains an object of same type and using the same objectId. Users can specify the "objectId" in request body to avoid such conflicts. Possible values include: 'CreateNew'

[Newtonsoft.Json.JsonProperty(PropertyName="mode")]
public Microsoft.Azure.CognitiveServices.Vision.Face.Models.SnapshotApplyMode Mode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mode")>]
member this.Mode : Microsoft.Azure.CognitiveServices.Vision.Face.Models.SnapshotApplyMode with get, set
Public Property Mode As SnapshotApplyMode

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to