Share via


CacheNodeInstallProperties interface

Mcc cache node resource install script properties.

Properties

cacheNodeId

Mcc cache node resource Id.

customerId

Mcc customer resource Id.

driveConfiguration

Cache node resource drive configurations.

primaryAccountKey

Mcc primary account key. Internal to Mcc.

proxyUrlConfiguration

proxyUrl configuration of the cache node

registrationKey

Mcc Iot Central temporary device registration key, used once.

secondaryAccountKey

Mcc secondary account key. Internal to Mcc.

tlsCertificateProvisioningKey

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