CacheNodeInstallProperties interface
Mcc cache node resource install script properties.
Properties
| cache |
Mcc cache node resource Id. |
| customer |
Mcc customer resource Id. |
| drive |
Cache node resource drive configurations. |
| primary |
Mcc primary account key. Internal to Mcc. |
| proxy |
proxyUrl configuration of the cache node |
| registration |
Mcc Iot Central temporary device registration key, used once. |
| secondary |
Mcc secondary account key. Internal to Mcc. |
| tls |
Mcc Tls certificate provisioning key. |
Property Details
cacheNodeId
Mcc cache node resource Id.
cacheNodeId?: string
Property Value
string
customerId
Mcc customer resource Id.
customerId?: string
Property Value
string
driveConfiguration
Cache node resource drive configurations.
driveConfiguration?: CacheNodeDriveConfiguration[]
Property Value
primaryAccountKey
Mcc primary account key. Internal to Mcc.
primaryAccountKey?: string
Property Value
string
proxyUrlConfiguration
proxyUrl configuration of the cache node
proxyUrlConfiguration?: ProxyUrlConfiguration
Property Value
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
tlsCertificateProvisioningKey
Mcc Tls certificate provisioning key.
tlsCertificateProvisioningKey?: string
Property Value
string