ArmIotOperationsModelFactory.CertManagerPrivateKey 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.
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.