Get Managed Private Endpoint Result
data class GetManagedPrivateEndpointResult(val etag: String, val id: String, val name: String, val properties: ManagedPrivateEndpointResponse, val type: String)
Managed private endpoint resource type.
Constructors
Link copied to clipboard
constructor(etag: String, id: String, name: String, properties: ManagedPrivateEndpointResponse, type: String)