Custom Domain Properties Response
data class CustomDomainPropertiesResponse(val appName: String, val certName: String? = null, val provisioningState: String, val thumbprint: String? = null)
Custom domain of app resource payload.
Constructors
Link copied to clipboard
fun CustomDomainPropertiesResponse(appName: String, certName: String? = null, provisioningState: String, thumbprint: String? = null)