Get App Result
data class GetAppResult(val id: String, val identity: ManagedIdentityPropertiesResponse? = null, val location: String? = null, val name: String, val properties: AppResourcePropertiesResponse, val type: String)
App resource payload
Constructors
Link copied to clipboard
constructor(id: String, identity: ManagedIdentityPropertiesResponse? = null, location: String? = null, name: String, properties: AppResourcePropertiesResponse, type: String)