Custom Certificate Args
data class CustomCertificateArgs(val customCertificateId: Output<String>? = null, val name: Output<String>? = null, val webPubsubId: Output<String>? = null) : ConvertibleToJava<CustomCertificateArgs>
Manages an Azure Web PubSub Custom Certificate.
Import
Custom Certificate for a Web PubSub service can be imported using the resource id
, e.g.
$ pulumi import azure:webpubsub/customCertificate:CustomCertificate example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.SignalRService/webPubSub/WebPubsub1/customCertificates/cert1
Content copied to clipboard
Constructors
Link copied to clipboard
fun CustomCertificateArgs(customCertificateId: Output<String>? = null, name: Output<String>? = null, webPubsubId: Output<String>? = null)