ArmIotOperationsModelFactory.CertManagerIssuerRef 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.CertManagerIssuerRef CertManagerIssuerRef(string group = default, Azure.ResourceManager.IotOperations.Models.CertManagerIssuerKind kind = default, string name = default);
static member CertManagerIssuerRef : string * Azure.ResourceManager.IotOperations.Models.CertManagerIssuerKind * string -> Azure.ResourceManager.IotOperations.Models.CertManagerIssuerRef
Public Shared Function CertManagerIssuerRef (Optional group As String = Nothing, Optional kind As CertManagerIssuerKind = Nothing, Optional name As String = Nothing) As CertManagerIssuerRef
Parameters
- group
- String
group of issuer.
kind of issuer (Issuer or ClusterIssuer).
- name
- String
name of issuer.
Returns
A new CertManagerIssuerRef instance for mocking.