Get Appliance Result
data class GetApplianceResult(val distro: String? = null, val id: String, val identity: IdentityResponse? = null, val infrastructureConfig: AppliancePropertiesResponseInfrastructureConfig? = null, val location: String, val name: String, val provisioningState: String, val publicKey: String? = null, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val version: String? = null)
Appliances definition.
Constructors
Link copied to clipboard
constructor(distro: String? = null, id: String, identity: IdentityResponse? = null, infrastructureConfig: AppliancePropertiesResponseInfrastructureConfig? = null, location: String, name: String, provisioningState: String, publicKey: String? = null, status: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, version: String? = null)
Properties
Link copied to clipboard
Identity for the resource.
Link copied to clipboard
Contains infrastructure information about the Appliance
Link copied to clipboard
The current deployment or provisioning state, which only appears in the response.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.