SiteAppliancePropertiesResponse

data class SiteAppliancePropertiesResponse(val agentDetails: SiteAgentPropertiesResponse? = null, val applianceName: String? = null, val servicePrincipalIdentityDetails: SiteSpnPropertiesResponse? = null)

Class for site appliance properties.

Constructors

Link copied to clipboard
constructor(agentDetails: SiteAgentPropertiesResponse? = null, applianceName: String? = null, servicePrincipalIdentityDetails: SiteSpnPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the on-premises agent details.

Link copied to clipboard
val applianceName: String? = null

Gets or sets the Appliance Name.

Link copied to clipboard

Gets or sets the service principal identity details used by agent for communication to the service.