CryptoSpecRegister

CryptoSpecRegister
CryptoSpecRegister

This data object type indicates that the operation requires keys to be sent but the encryption settings of the virtual machine or disk should not be modified by the operation.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "cryptoKeyId": {
        "_typeName": "string",
        "keyId": "string",
        "providerId": {
            "_typeName": "string",
            "id": "string"
        }
    }
}
cryptoKeyId
Required

Data Object representing a cryptographic key.