GetDpsCertificatePlainArgs

data class GetDpsCertificatePlainArgs(val certificateName: String, val provisioningServiceName: String, val resourceGroupName: String) : ConvertibleToJava<GetDpsCertificatePlainArgs>

Constructors

Link copied to clipboard
constructor(certificateName: String, provisioningServiceName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Name of the certificate to retrieve.

Link copied to clipboard

Name of the provisioning service the certificate is associated with.

Link copied to clipboard

Resource group identifier.

Functions

Link copied to clipboard
open override fun toJava(): GetDpsCertificatePlainArgs