Get Application Resource Result
data class GetApplicationResourceResult(val id: String, val name: String, val provisioningState: String, val resourceId: String, val resourceKind: String? = null, val resourceType: String, val systemData: SystemDataResponse, val type: String)
A resource under application.
Constructors
Link copied to clipboard
fun GetApplicationResourceResult(id: String, name: String, provisioningState: String, resourceId: String, resourceKind: String? = null, resourceType: String, systemData: SystemDataResponse, type: String)