ApplySnapshotRequest interface

Request body for applying snapshot operation.

Properties

mode

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'. Default value: 'CreateNew'.

objectId

User specified target object id to be created from the snapshot.

Property Details

mode

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'. Default value: 'CreateNew'.

mode?: "CreateNew"

Property Value

"CreateNew"

objectId

User specified target object id to be created from the snapshot.

objectId: string

Property Value

string