Get Custom Domain Result
data class GetCustomDomainResult(val azureApiVersion: String, val id: String, val name: String, val properties: CustomDomainPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Custom domain resource payload.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: CustomDomainPropertiesResponse, systemData: SystemDataResponse, type: String)