CacheNodeInstallProperties interface
Mcc cache node resource install script properties.
Properties
| cache |
Mcc cache node resource Id. |
| customer |
Mcc customer resource Id. |
| primary |
Mcc primary account key. Internal to Mcc. |
| registration |
Mcc Iot Central temporary device registration key, used once. |
| secondary |
Mcc secondary account key. Internal to Mcc. |
Property Details
cacheNodeId
Mcc cache node resource Id.
cacheNodeId?: string
Property Value
string
customerId
Mcc customer resource Id.
customerId?: string
Property Value
string
primaryAccountKey
Mcc primary account key. Internal to Mcc.
primaryAccountKey?: string
Property Value
string
registrationKey
Mcc Iot Central temporary device registration key, used once.
registrationKey?: string
Property Value
string
secondaryAccountKey
Mcc secondary account key. Internal to Mcc.
secondaryAccountKey?: string
Property Value
string