Codesigning Functions
object CodesigningFunctions
Functions
Link copied to clipboard
suspend fun getCertificateProfile(argument: GetCertificateProfilePlainArgs): GetCertificateProfileResult
Get details of a certificate profile. Azure REST API version: 2024-02-05-preview.
suspend fun getCertificateProfile(argument: suspend GetCertificateProfilePlainArgsBuilder.() -> Unit): GetCertificateProfileResult
suspend fun getCertificateProfile(accountName: String, profileName: String, resourceGroupName: String): GetCertificateProfileResult
Link copied to clipboard
suspend fun getCodeSigningAccount(argument: GetCodeSigningAccountPlainArgs): GetCodeSigningAccountResult
Get a trusted Signing Account. Azure REST API version: 2024-02-05-preview.
suspend fun getCodeSigningAccount(argument: suspend GetCodeSigningAccountPlainArgsBuilder.() -> Unit): GetCodeSigningAccountResult
suspend fun getCodeSigningAccount(accountName: String, resourceGroupName: String): GetCodeSigningAccountResult