ArmConnectedCacheModelFactory.MccCacheNodeInstallProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MccCacheNodeInstallProperties.
public static Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeInstallProperties MccCacheNodeInstallProperties(string customerId = default, string cacheNodeId = default, string primaryAccountKey = default, string secondaryAccountKey = default, string registrationKey = default, string tlsCertificateProvisioningKey = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedCache.Models.CacheNodeDriveConfiguration> driveConfiguration = default, Uri proxyUri = default);
static member MccCacheNodeInstallProperties : string * string * string * string * string * string * seq<Azure.ResourceManager.ConnectedCache.Models.CacheNodeDriveConfiguration> * Uri -> Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeInstallProperties
Public Shared Function MccCacheNodeInstallProperties (Optional customerId As String = Nothing, Optional cacheNodeId As String = Nothing, Optional primaryAccountKey As String = Nothing, Optional secondaryAccountKey As String = Nothing, Optional registrationKey As String = Nothing, Optional tlsCertificateProvisioningKey As String = Nothing, Optional driveConfiguration As IEnumerable(Of CacheNodeDriveConfiguration) = Nothing, Optional proxyUri As Uri = Nothing) As MccCacheNodeInstallProperties
Parameters
- customerId
- String
Mcc customer resource Id.
- cacheNodeId
- String
Mcc cache node resource Id.
- primaryAccountKey
- String
Mcc primary account key. Internal to Mcc.
- secondaryAccountKey
- String
Mcc secondary account key. Internal to Mcc.
- registrationKey
- String
Mcc Iot Central temporary device registration key, used once.
- tlsCertificateProvisioningKey
- String
Mcc Tls certificate provisioning key.
- driveConfiguration
- IEnumerable<CacheNodeDriveConfiguration>
Cache node resource drive configurations.
- proxyUri
- Uri
proxyUrl configuration of the cache node.
Returns
A new MccCacheNodeInstallProperties instance for mocking.