Get Api Portal Custom Domain Result
data class GetApiPortalCustomDomainResult(val azureApiVersion: String, val id: String, val name: String, val properties: ApiPortalCustomDomainPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Custom domain of the API portal
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: ApiPortalCustomDomainPropertiesResponse, systemData: SystemDataResponse, type: String)