Package version:

Interface ReplaceOperationInput

interface ReplaceOperationInput {
    id: string;
    ifMatch?: string;
    ifNoneMatch?: string;
    operationType: "Replace";
    partitionKey?: PartitionKey;
    resourceBody: JSONObject;
}

Properties

id: string
ifMatch?: string
ifNoneMatch?: string
operationType
partitionKey?: PartitionKey
resourceBody: JSONObject