Get Master Sites Controller Result
data class GetMasterSitesControllerResult(val allowMultipleSites: Boolean? = null, val customerStorageAccountArmId: String? = null, val id: String, val location: String, val name: String, val nestedSites: List<String>, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val sites: List<String>? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A MasterSite
Constructors
Link copied to clipboard
fun GetMasterSitesControllerResult(allowMultipleSites: Boolean? = null, customerStorageAccountArmId: String? = null, id: String, location: String, name: String, nestedSites: List<String>, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, sites: List<String>? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)