data class ClusterResponse(val azureServiceEndpoint: String? = null, val cloudAccountName: String? = null, val name: String? = null, val witnessPath: String? = null, val witnessType: String? = null)
For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.