Get Online Endpoint Result
data class GetOnlineEndpointResult(val id: String, val identity: ManagedServiceIdentityResponse? = null, val kind: String? = null, val location: String, val name: String, val onlineEndpointProperties: OnlineEndpointResponse, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Constructors
Link copied to clipboard
fun GetOnlineEndpointResult(id: String, identity: ManagedServiceIdentityResponse? = null, kind: String? = null, location: String, name: String, onlineEndpointProperties: OnlineEndpointResponse, sku: SkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)