ApplySnapshotRequest.Mode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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