Remote Private Endpoint Connection Wrapper Response
data class RemotePrivateEndpointConnectionWrapperResponse(val groupIds: List<String>, val id: String? = null, val name: String? = null, val privateEndpoint: ArmIdWrapperResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val type: String? = null)
Remote Private Endpoint Connection resource.
Constructors
Link copied to clipboard
constructor(groupIds: List<String>, id: String? = null, name: String? = null, privateEndpoint: ArmIdWrapperResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, provisioningState: String, type: String? = null)