Get Custom Location Result
data class GetCustomLocationResult(val authentication: CustomLocationPropertiesResponseAuthentication? = null, val clusterExtensionIds: List<String>? = null, val displayName: String? = null, val hostResourceId: String? = null, val hostType: String? = null, val id: String, val identity: IdentityResponse? = null, val location: String, val name: String, val namespace: String? = null, val provisioningState: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Custom Locations definition.
Constructors
Link copied to clipboard
fun GetCustomLocationResult(authentication: CustomLocationPropertiesResponseAuthentication? = null, clusterExtensionIds: List<String>? = null, displayName: String? = null, hostResourceId: String? = null, hostType: String? = null, id: String, identity: IdentityResponse? = null, location: String, name: String, namespace: String? = null, provisioningState: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)