CertManagerPrivateKey(PrivateKeyAlgorithm, PrivateKeyRotationPolicy) Constructor
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 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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.