SnapshotTakeHeaders Constructors
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.
Overloads
SnapshotTakeHeaders() |
Initializes a new instance of the SnapshotTakeHeaders class. |
SnapshotTakeHeaders(String) |
Initializes a new instance of the SnapshotTakeHeaders class. |
SnapshotTakeHeaders()
- Source:
- SnapshotTakeHeaders.cs
Initializes a new instance of the SnapshotTakeHeaders class.
public SnapshotTakeHeaders ();
Public Sub New ()
Applies to
SnapshotTakeHeaders(String)
- Source:
- SnapshotTakeHeaders.cs
Initializes a new instance of the SnapshotTakeHeaders class.
public SnapshotTakeHeaders (string operationLocation = default);
new Microsoft.Azure.CognitiveServices.Vision.Face.Models.SnapshotTakeHeaders : string -> Microsoft.Azure.CognitiveServices.Vision.Face.Models.SnapshotTakeHeaders
Public Sub New (Optional operationLocation As String = Nothing)
Parameters
- operationLocation
- String
Operation location with an operation id used to track the progress of taking snapshot. The returned id is the operation id, rather than snapshot id. Snapshot id can be obtained only when the operation status becomes "succeeded" in OperationStatus - Get.
Applies to
Azure SDK for .NET