CustomDomainProperties interface  
Custom domain of app resource payload.
Properties
| app | 
	The app name of domain. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| cert | 
	The bound certificate name of domain.  | 
| provisioning | 
	Provisioning state of the Domain NOTE: This property will not be serialized. It can only be populated by the server.  | 
| thumbprint | The thumbprint of bound certificate.  | 
Property Details
		appName
	 
	The app name of domain. NOTE: This property will not be serialized. It can only be populated by the server.
appName?: string
				Property Value
string
		certName
	 
	The bound certificate name of domain.
certName?: string
				Property Value
string
		provisioningState
	 
	Provisioning state of the Domain NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
				Property Value
string
thumbprint
The thumbprint of bound certificate.
thumbprint?: string
				Property Value
string