Get Hyperv Sites Controller Result
data class GetHypervSitesControllerResult(val agentDetails: SiteAgentPropertiesResponse? = null, val applianceName: String? = null, val discoverySolutionId: String? = null, val id: String, val location: String, val masterSiteId: String, val name: String, val provisioningState: String? = null, val serviceEndpoint: String, val servicePrincipalIdentityDetails: SiteSpnPropertiesResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A HyperV SiteResource
Constructors
Link copied to clipboard
fun GetHypervSitesControllerResult(agentDetails: SiteAgentPropertiesResponse? = null, applianceName: String? = null, discoverySolutionId: String? = null, id: String, location: String, masterSiteId: String, name: String, provisioningState: String? = null, serviceEndpoint: String, servicePrincipalIdentityDetails: SiteSpnPropertiesResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)