Get Batch Endpoint Result
data class GetBatchEndpointResult(val id: String, val identity: ResourceIdentityResponse? = null, val kind: String? = null, val location: String, val name: String, val properties: BatchEndpointResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Constructors
Link copied to clipboard
constructor(id: String, identity: ResourceIdentityResponse? = null, kind: String? = null, location: String, name: String, properties: BatchEndpointResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)