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