Get Certificate Plain Args
data class GetCertificatePlainArgs(val accountName: String, val certificateName: String, val resourceGroupName: String) : ConvertibleToJava<GetCertificatePlainArgs>
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.