get Signal RCustom Certificate
suspend fun getSignalRCustomCertificate(argument: GetSignalRCustomCertificatePlainArgs): GetSignalRCustomCertificateResult
Get a custom certificate. API Version: 2022-02-01.
Return
A custom certificate.
Parameters
argument
null
suspend fun getSignalRCustomCertificate(certificateName: String, resourceGroupName: String, resourceName: String): GetSignalRCustomCertificateResult
Return
A custom certificate.
Parameters
certificate Name
Custom certificate name
resource Group Name
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
resource Name
The name of the resource.
See also
suspend fun getSignalRCustomCertificate(argument: suspend GetSignalRCustomCertificatePlainArgsBuilder.() -> Unit): GetSignalRCustomCertificateResult
Return
A custom certificate.
Parameters
argument
Builder for com.pulumi.azurenative.signalrservice.kotlin.inputs.GetSignalRCustomCertificatePlainArgs.