Package-level declarations
Types
Link copied to clipboard
The list of Energy services resource's Data Partition Names.
Link copied to clipboard
data class DataPartitionPropertiesResponse(val name: String? = null, val provisioningState: String? = null)
Defines the properties of an individual data partition.
Link copied to clipboard
data class EnergyServicePropertiesResponse(val authAppId: String? = null, val dataPartitionNames: List<DataPartitionNamesResponse>? = null, val dnsName: String, val provisioningState: String)
Link copied to clipboard
data class GetEnergyServiceResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: EnergyServicePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Link copied to clipboard
data class ListEnergyServicePartitionsResult(val dataPartitionInfo: List<DataPartitionPropertiesResponse>? = null)
List of data partitions.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.