次の方法で共有


CertManagerPrivateKey(PrivateKeyAlgorithm, PrivateKeyRotationPolicy) Constructor

Definition

Initializes a new instance of CertManagerPrivateKey.

public CertManagerPrivateKey(Azure.ResourceManager.IotOperations.Models.PrivateKeyAlgorithm algorithm, Azure.ResourceManager.IotOperations.Models.PrivateKeyRotationPolicy rotationPolicy);
new Azure.ResourceManager.IotOperations.Models.CertManagerPrivateKey : Azure.ResourceManager.IotOperations.Models.PrivateKeyAlgorithm * Azure.ResourceManager.IotOperations.Models.PrivateKeyRotationPolicy -> Azure.ResourceManager.IotOperations.Models.CertManagerPrivateKey
Public Sub New (algorithm As PrivateKeyAlgorithm, rotationPolicy As PrivateKeyRotationPolicy)

Parameters

algorithm
PrivateKeyAlgorithm

algorithm for private key.

rotationPolicy
PrivateKeyRotationPolicy

cert-manager private key rotationPolicy.

Applies to