Get Extension Result
data class GetExtensionResult(val aksAssignedIdentity: ExtensionResponseAksAssignedIdentity? = null, val autoUpgradeMinorVersion: Boolean? = null, val configurationProtectedSettings: Map<String, String>? = null, val configurationSettings: Map<String, String>? = null, val currentVersion: String, val customLocationSettings: Map<String, String>, val errorInfo: ErrorDetailResponse, val extensionType: String? = null, val id: String, val identity: IdentityResponse? = null, val isSystemExtension: Boolean, val name: String, val packageUri: String, val plan: PlanResponse? = null, val provisioningState: String, val releaseTrain: String? = null, val scope: ScopeResponse? = null, val statuses: List<ExtensionStatusResponse>? = null, val systemData: SystemDataResponse, val type: String, val version: String? = null)
The Extension object.
Constructors
Link copied to clipboard
fun GetExtensionResult(aksAssignedIdentity: ExtensionResponseAksAssignedIdentity? = null, autoUpgradeMinorVersion: Boolean? = null, configurationProtectedSettings: Map<String, String>? = null, configurationSettings: Map<String, String>? = null, currentVersion: String, customLocationSettings: Map<String, String>, errorInfo: ErrorDetailResponse, extensionType: String? = null, id: String, identity: IdentityResponse? = null, isSystemExtension: Boolean, name: String, packageUri: String, plan: PlanResponse? = null, provisioningState: String, releaseTrain: String? = null, scope: ScopeResponse? = null, statuses: List<ExtensionStatusResponse>? = null, systemData: SystemDataResponse, type: String, version: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard