CertManagerIssuerRef(String, CertManagerIssuerKind, String) 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 CertManagerIssuerRef.
public CertManagerIssuerRef(string group, Azure.ResourceManager.IotOperations.Models.CertManagerIssuerKind kind, string name);
new Azure.ResourceManager.IotOperations.Models.CertManagerIssuerRef : string * Azure.ResourceManager.IotOperations.Models.CertManagerIssuerKind * string -> Azure.ResourceManager.IotOperations.Models.CertManagerIssuerRef
Public Sub New (group As String, kind As CertManagerIssuerKind, name As String)
Parameters
- group
- String
group of issuer.
kind of issuer (Issuer or ClusterIssuer).
- name
- String
name of issuer.
Exceptions
group or name is null.