GetCertificatePlainArgs

data class GetCertificatePlainArgs(val accountName: String, val certificateName: String, val resourceGroupName: String) : ConvertibleToJava<GetCertificatePlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the Batch account.

Link copied to clipboard

The identifier for the certificate. This must be made up of algorithm and thumbprint separated by a dash, and must match the certificate data in the request. For example SHA1-a3d1c5.

Link copied to clipboard

The name of the resource group that contains the Batch account.

Functions

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