ArmIotOperationsModelFactory.CertManagerPrivateKey Method

Definition

public static Azure.ResourceManager.IotOperations.Models.CertManagerPrivateKey CertManagerPrivateKey(Azure.ResourceManager.IotOperations.Models.PrivateKeyAlgorithm algorithm = default, Azure.ResourceManager.IotOperations.Models.PrivateKeyRotationPolicy rotationPolicy = default);
static member CertManagerPrivateKey : Azure.ResourceManager.IotOperations.Models.PrivateKeyAlgorithm * Azure.ResourceManager.IotOperations.Models.PrivateKeyRotationPolicy -> Azure.ResourceManager.IotOperations.Models.CertManagerPrivateKey
Public Shared Function CertManagerPrivateKey (Optional algorithm As PrivateKeyAlgorithm = Nothing, Optional rotationPolicy As PrivateKeyRotationPolicy = Nothing) As CertManagerPrivateKey

Parameters

algorithm
PrivateKeyAlgorithm

algorithm for private key.

rotationPolicy
PrivateKeyRotationPolicy

cert-manager private key rotationPolicy.

Returns

A new CertManagerPrivateKey instance for mocking.

Applies to